1
0
Fork 0

Fixed initial update time

master
Samuel Vilz 2021-01-19 21:24:12 +01:00
parent 2cb4dbcd1e
commit 5374abebd9
1 changed files with 2 additions and 0 deletions

View File

@ -403,6 +403,7 @@ function startdraw(init) {
updateSecondText(); updateSecondText();
// stopdraw(); // stopdraw();
runOn = true; runOn = true;
sleeptime = 0;
nextLineComp(); nextLineComp();
} }
} }
@ -423,6 +424,7 @@ function regen(){
initDraw(); initDraw();
// stopdraw(); // stopdraw();
runOn = true; runOn = true;
sleeptime = 0;
nextLineComp(); nextLineComp();
} }