fix double call of the draw function

pull/3291/head
paul-arg 2024-03-24 23:34:37 +01:00 committed by GitHub
parent f01ae1c600
commit e079e37dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ function draw() {
g.drawString(dowStr, 8, g.getHeight() / 2);
// queue draw in one minute
queueDraw();
// queue draw in one minute
queueDraw();
}
// Clear the screen once, at startup