fix double call of the draw function
parent
f01ae1c600
commit
e079e37dab
|
|
@ -138,8 +138,6 @@ function draw() {
|
||||||
g.drawString(dowStr, 8, g.getHeight() / 2);
|
g.drawString(dowStr, 8, g.getHeight() / 2);
|
||||||
// queue draw in one minute
|
// queue draw in one minute
|
||||||
queueDraw();
|
queueDraw();
|
||||||
// queue draw in one minute
|
|
||||||
queueDraw();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear the screen once, at startup
|
// Clear the screen once, at startup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue