get height return lie-num
This commit is contained in:
parent
9d86a9cb98
commit
6e1baecd7e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue