completed getWidth
This commit is contained in:
parent
bdaa1fda43
commit
9d86a9cb98
|
|
@ -50,7 +50,7 @@ public class Simulator extends Thread {
|
||||||
|
|
||||||
public int getWidth() {
|
public int getWidth() {
|
||||||
//TODO : replace with proper return
|
//TODO : replace with proper return
|
||||||
return 0;
|
return COL_NUM;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getHeight() {
|
public int getHeight() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue