Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
ben
/
goldfish
peilaus alkaen
https://github.com/earwig/goldfish
Tarkkaile
1
Äänestä
1
Fork
0
Koodi
Julkaisut
0
Toiminta
Selaa lähdekoodia
Merge branch 'master' of github.com:earwig/goldfish
master
Josh Hofing
12 vuotta sitten
vanhempi
6010ad0fbe
fcdb30a1f7
commit
0ba75540e7
1 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/Patch.java
+ 2
- 2
src/Patch.java
Näytä tiedosto
@@ -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);
}
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna