diff --git a/apps/lifeclk/app.js b/apps/lifeclk/app.js index ec30b6973..d0288ad2f 100644 --- a/apps/lifeclk/app.js +++ b/apps/lifeclk/app.js @@ -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(); }