fixed syntax mistake in app.js
parent
5bb3b0d3e0
commit
91ad78c581
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue