Ver a proveniência

I had the line commented by accident. OOPS.

master
Josh Hofing há 11 anos
ascendente
cometimento
d1a501fafa
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/Render.java

+ 1
- 1
src/Render.java Ver ficheiro

@@ -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;
}


Carregando…
Cancelar
Guardar