Skip hover logic

This commit is contained in:
decentral1se 2021-06-01 18:20:19 +02:00
parent 8f07a37d5b
commit 8009a647d6
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -605,7 +605,6 @@ function draw() {
for (let i = 0; i < shapes.length; i++) {
let shape = shapes[i];
shape.hover();
shape.draw();
shape.move();