1
0
Fork 0
master
Fredrik Lautrup 2021-03-22 20:57:11 +01:00
parent 309a59cf1a
commit 861e94548b
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
}
// Reset
if (seconds == 59) {
if (seconds == 0) {
g.setColor('#0000FF');
g.fillCircle(settings.circle.middle, settings.circle.center, (settings.circle.height / 2));
for (count = 0; count <= minutes; count++) {