Переглянути джерело

I had the line commented by accident. OOPS.

master
Josh Hofing 11 роки тому
джерело
коміт
d1a501fafa
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/Render.java

+ 1
- 1
src/Render.java Переглянути файл

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


Завантаження…
Відмінити
Зберегти