No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
2 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -387,9 +387,9 @@ function draw() { |
|
|
|
translate(screenX, screenY); |
|
|
|
|
|
|
|
if (newSoundJustRecorded === true) { |
|
|
|
newShape = new GeneratedShape(); |
|
|
|
let newShape = new GeneratedShape(); |
|
|
|
shapes.push(newShape); |
|
|
|
addToArchive(newShape); |
|
|
|
addToFooterArchive(newShape); |
|
|
|
newSoundJustRecorded = false; |
|
|
|
} |
|
|
|
|
|
|
|