still testing

This commit is contained in:
Timéo 2024-05-29 18:07:52 +02:00
parent d569d9e9f3
commit 7adffcc2d5
1 changed files with 4 additions and 4 deletions

View File

@ -59,9 +59,9 @@ public class Simulator extends Thread {
//Default rule : Survive always, birth never //Default rule : Survive always, birth never
for(int i =0; i<9; i++) { //for(int i =0; i<9; i++) {
fieldSurviveValues.add(i); // fieldSurviveValues.add(i);
} //}
} }
@ -73,7 +73,7 @@ public class Simulator extends Thread {
return world.getHeight(); return world.getHeight();
} }
public World getActualWorld(){ public World getWorld(){
return world; return world;
} }