setLoopDelay
This commit is contained in:
parent
5fa9d9faed
commit
5e40da0edb
|
|
@ -263,7 +263,8 @@ public class Simulator extends Thread {
|
|||
}
|
||||
|
||||
public void setLoopDelay(int delay) {
|
||||
//TODO : complete method
|
||||
loopDelay = delay;
|
||||
//DONE
|
||||
}
|
||||
|
||||
public void toggleClickAction() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue