chgt fichier
This commit is contained in:
parent
efd683e761
commit
d1a06c5d46
|
|
@ -252,15 +252,12 @@ public class Simulator extends Thread {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isLoopingBorder() {
|
public boolean isLoopingBorder() {
|
||||||
//TODO : complete method with proper return
|
return loopingBorder;
|
||||||
return false;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public void toggleLoopingBorder() {
|
public void toggleLoopingBorder() {
|
||||||
//TODO : complete method
|
loopingBorder = !loopingBorder;
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
||||||
public void setLoopDelay(int delay) {
|
public void setLoopDelay(int delay) {
|
||||||
//TODO : complete method
|
//TODO : complete method
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue