# WARNING: head commit changed in the meantime
Merge branch 'master' of https://gitarero.ecam.fr/laure.bel/OOP_F3_Project.git
This commit is contained in:
parent
6fa6f61526
commit
8ac8a92d0e
|
|
@ -122,6 +122,9 @@ public class Simulator extends Thread {
|
|||
|
||||
int[][] newWorld = new int[getWidth()][getHeight()];
|
||||
|
||||
|
||||
|
||||
|
||||
// Apply Game of Life rules
|
||||
//for (int x = 0; x < getWidth(); x++) {
|
||||
// for (int y = 0; y < getHeight(); y++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue