completed getWidth

This commit is contained in:
Abes Adam 2024-05-07 17:07:55 +02:00
parent bdaa1fda43
commit 9d86a9cb98
1 changed files with 1 additions and 1 deletions

View File

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