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
I had the line commented by accident. OOPS.
master
Josh Hofing
hace 12 años
padre
ecd30d5f7e
commit
d1a501fafa
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/Render.java
+ 1
- 1
src/Render.java
Ver fichero
@@ -201,7 +201,7 @@ public class Render extends Canvas implements Runnable, MouseListener,
}
public void draw(int x, int y, int color) {
//
if (_pixels[x + y * width] != color)
if (_pixels[x + y * width] != color)
_pixels[x + y * width] = color;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar