# 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:
Timéo 2024-05-28 11:27:10 +02:00
parent 6fa6f61526
commit 8ac8a92d0e
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ public class Simulator extends Thread {
int[][] newWorld = new int[getWidth()][getHeight()];
// Apply Game of Life rules
//for (int x = 0; x < getWidth(); x++) {