This commit is contained in:
Laure BEL 2024-05-28 10:41:59 +02:00
parent 730c3cce78
commit 744857cb1e
1 changed files with 0 additions and 2 deletions

View File

@ -178,7 +178,6 @@ public class Simulator extends Thread {
*/
public void stopSimu() {
stopFlag=true;
}
public void startSimu() { // same as stopSimu but will set the stopFlag value as false.
@ -381,7 +380,6 @@ public class Simulator extends Thread {
}
public void setLoopDelay(int delay) {
//TODO : complete method
loopDelay = delay;
}