This commit is contained in:
Abes Adam 2024-05-07 16:39:57 +02:00
parent c21633a994
commit 190ae31a32
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class Simulator extends Thread {
public int getWidth() {
//TODO : replace with proper return
return 0; // Return the data stored the number of column
return ; // Return the data stored the number of column
}
public int getHeight() {