replace return in getWidth

This commit is contained in:
kry 2024-05-07 15:31:23 +02:00
parent 32235f6c6b
commit f36f4d32bc
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() {