chgt fichier

This commit is contained in:
tomlo 2024-05-14 15:52:13 +02:00
parent efd683e761
commit d1a06c5d46
1 changed files with 4 additions and 7 deletions

View File

@ -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
} }