No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
voicegardens/static/voicegardens.js
|
@ -538,8 +538,8 @@ function draw() { |
|
|
shape.sound(); |
|
|
shape.sound(); |
|
|
shapes.push(shape); |
|
|
shapes.push(shape); |
|
|
sendToArchive(); |
|
|
sendToArchive(); |
|
|
newSoundJustRecorded = false; |
|
|
|
|
|
}); |
|
|
}); |
|
|
|
|
|
newSoundJustRecorded = false; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
for (let i = 0; i < shapes.length; i++) { |
|
|
for (let i = 0; i < shapes.length; i++) { |
|
|