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…
取消
儲存