This commit is contained in:
sarak 2024-05-07 15:33:07 +02:00
commit f78952b37d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class Simulator extends Thread {
public int getWidth() {
//TODO : replace with proper return
return 0;
return COL_NUM;
}
public int getHeight() {