replace return in getWidth
This commit is contained in:
parent
32235f6c6b
commit
f36f4d32bc
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue