still testing
This commit is contained in:
parent
d569d9e9f3
commit
7adffcc2d5
|
|
@ -59,9 +59,9 @@ public class Simulator extends Thread {
|
|||
|
||||
|
||||
//Default rule : Survive always, birth never
|
||||
for(int i =0; i<9; i++) {
|
||||
fieldSurviveValues.add(i);
|
||||
}
|
||||
//for(int i =0; i<9; i++) {
|
||||
// fieldSurviveValues.add(i);
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ public class Simulator extends Thread {
|
|||
return world.getHeight();
|
||||
}
|
||||
|
||||
public World getActualWorld(){
|
||||
public World getWorld(){
|
||||
return world;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue