Browse Source

Only generate one shape

main
Luke Murphy 4 years ago
parent
commit
e7c6753056
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      voicegardens/static/voicegardens.js

2
voicegardens/static/voicegardens.js

@ -538,8 +538,8 @@ function draw() {
shape.sound();
shapes.push(shape);
sendToArchive();
newSoundJustRecorded = false;
});
newSoundJustRecorded = false;
}
for (let i = 0; i < shapes.length; i++) {

Loading…
Cancel
Save