Merge branch 'master' of https://gitarero.ecam.fr/vengkry.oeng/OOP_D04_Project.git
This commit is contained in:
commit
f78952b37d
|
|
@ -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