diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 630337d..6e3cc12 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -283,8 +283,8 @@ function draw() { } for (var shape of shapes) { - shape.move(); shape.display(); + shape.move(); if (shape.collide(shapes) === true) { shape.sound(); }