Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
goldfish
réplica de
https://github.com/earwig/goldfish
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
No scaling if width, height are greater than 256
master
Lee
hace 12 años
padre
361b560d36
commit
7b8338d188
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/Render.java
+ 2
- 0
src/Render.java
Ver fichero
@@ -50,6 +50,8 @@ public class Render extends Canvas implements Runnable {
Render.scale = 4;
} else if (height <= 256 || width <= 256) {
Render.scale = 2;
} else {
Render.scale = 1;
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar