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();
// stopdraw();
runOn = true;
sleeptime = 0;
nextLineComp();
}
}
@ -423,6 +424,7 @@ function regen(){
initDraw();
// stopdraw();
runOn = true;
sleeptime = 0;
nextLineComp();
}