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++) {
|
||||
let shape = shapes[i];
|
||||
|
||||
shape.hover();
|
||||
shape.draw();
|
||||
shape.move();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user