Browse Source

I had the line commented by accident. OOPS.

master
Josh Hofing 11 years ago
parent
commit
d1a501fafa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Render.java

+ 1
- 1
src/Render.java View File

@@ -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…
Cancel
Save