This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
goldfish
огледало од
https://github.com/earwig/goldfish
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
0
Activity
Преглед изворни кода
I had the line commented by accident. OOPS.
master
Josh Hofing
пре 12 година
родитељ
ecd30d5f7e
комит
d1a501fafa
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Откажи
Сачувај