redo of setLoopDelay

This commit is contained in:
Laure BEL 2024-05-27 12:21:09 +02:00
parent 7f34410068
commit d39bdfb0b7
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ public class Simulator extends Thread {
public void setLoopDelay(int delay) { public void setLoopDelay(int delay) {
//TODO : complete method //TODO : complete method
loopDelay = delay;
} }