Minor fix

pull/1948/head
David Peer 2022-06-12 18:00:41 +02:00
parent e1180c88d2
commit 6ef45a4258
1 changed files with 1 additions and 1 deletions

View File

@ -147,9 +147,9 @@ function draw() {
g.setFontAlign(-1,-1);
drawClock();
drawRocket();
rocketSequence -= 1; // This avoids a "jump" in the animation
drawBattery();
// Hide widgets
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
}