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() {
//TODO : complete method with proper return
return false;
}
return loopingBorder;
}
public void toggleLoopingBorder() {
//TODO : complete method
}
loopingBorder = !loopingBorder;
}
public void setLoopDelay(int delay) {
//TODO : complete method
}