fixed syntax mistake in app.js

master
shansou504 2024-03-21 09:25:43 -04:00
parent 5bb3b0d3e0
commit 91ad78c581
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function draw() {
}
g.drawRect(Math.floor(mgn/2) + gap + 2 * pos, mgn + gap, Math.floor(mgn/2) + gap + 2 * pos + sq, mgn + gap + sq);
}
cnt =+ cnt;
cnt++;
if (cnt > 599999) {
cnt = 0;
}