Skip hover logic
This commit is contained in:
parent
8f07a37d5b
commit
8009a647d6
@ -605,7 +605,6 @@ function draw() {
|
|||||||
for (let i = 0; i < shapes.length; i++) {
|
for (let i = 0; i < shapes.length; i++) {
|
||||||
let shape = shapes[i];
|
let shape = shapes[i];
|
||||||
|
|
||||||
shape.hover();
|
|
||||||
shape.draw();
|
shape.draw();
|
||||||
shape.move();
|
shape.move();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user