fixed colorarraylist missing

This commit is contained in:
Guillaume BONABAU 2024-05-29 11:27:38 +02:00
parent 3639e340f9
commit 3ceb42614a
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ public class Simulator extends Thread {
return this.height;
}
public ArrayList<ArrayList<Integer>> getColorArrayList(){
return colorArrayList;
}
//Should probably stay as is
public void run() {
int stepCount=0;