8 ms·
I'm getting a delay on the start.
by PhoenixWright 12y ago
I'm getting a delay on the start.
- bshimmin 12y agoThere's a 1 second delay when it starts... function start() { if (modus=="running") return; interval=setInterval(step,1000); ... I feel like I'm missing something here.