Przeglądaj źródła

I had the line commented by accident. OOPS.

master
Josh Hofing 11 lat temu
rodzic
commit
d1a501fafa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/Render.java

+ 1
- 1
src/Render.java Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz