From 5374abebd9fbdff5678b18e368021fc12b64d91e Mon Sep 17 00:00:00 2001 From: Samuel Vilz Date: Tue, 19 Jan 2021 21:24:12 +0100 Subject: [PATCH] Fixed initial update time --- apps/lifeclk/app.js | 2 ++ 1 file changed, 2 insertions(+) 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(); }