fixed colorarraylist missing
This commit is contained in:
parent
3639e340f9
commit
3ceb42614a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue