Procházet zdrojové kódy

I had the line commented by accident. OOPS.

master
Josh Hofing před 11 roky
rodič
revize
d1a501fafa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/Render.java

+ 1
- 1
src/Render.java Zobrazit soubor

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


Načítá se…
Zrušit
Uložit