ソースを参照

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


読み込み中…
キャンセル
保存