get height return lie-num

This commit is contained in:
yoenm 2024-05-07 17:12:37 +02:00
parent 9d86a9cb98
commit 6e1baecd7e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class Simulator extends Thread {
public int getHeight() { public int getHeight() {
//TODO : replace with proper return //TODO : replace with proper return
return 0; return LINE_NUM;
} }
//Should probably stay as is //Should probably stay as is