This website works better with JavaScript.
Home
Help
Sign In
ben
/
goldfish
mirror of
https://github.com/earwig/goldfish
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
I had the line commented by accident. OOPS.
master
Josh Hofing
12 years ago
parent
ecd30d5f7e
commit
d1a501fafa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save