Преглед изворни кода

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


Loading…
Откажи
Сачувај