本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
goldfish
镜像来自
https://github.com/earwig/goldfish
關注
1
收藏
1
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
Merge branch 'master' of github.com:earwig/goldfish
master
Josh Hofing
12 年之前
父節點
6010ad0fbe
fcdb30a1f7
當前提交
0ba75540e7
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Patch.java
+ 2
- 2
src/Patch.java
查看文件
@@ -71,7 +71,7 @@ public class Patch {
return neighbors;
}
public Patch clone() {
return new Patch(
_
grid, _xcor, _ycor, _state, _label);
public Patch clone(
Grid grid
) {
return new Patch(grid, _xcor, _ycor, _state, _label);
}
}
Write
Preview
Loading…
取消
儲存