delete setLoopDelay

This commit is contained in:
Laure BEL 2024-05-27 12:20:37 +02:00
parent 410a3be1f6
commit 7f34410068
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) {
//TODO : complete method
loopDelay = delay;
}