mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
lastTime error fix
This commit is contained in:
parent
9eb56b4e76
commit
bfb19cc67e
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ class Main extends Sprite
|
|||
var timeToCall = 0;
|
||||
var id = window.setTimeout(function() { callback(currTime + timeToCall); },
|
||||
timeToCall);
|
||||
lastTime = currTime + timeToCall;
|
||||
return id;
|
||||
}");
|
||||
#end
|
||||
|
|
Loading…
Add table
Reference in a new issue