Browse Source

Skip hover logic

offline
decentral1se 3 years ago
parent
commit
8009a647d6
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 1
      voicegardens/static/voicegardens.js

1
voicegardens/static/voicegardens.js

@ -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…
Cancel
Save