Fix typo with variable
This commit is contained in:
parent
8af457e626
commit
db26aec15f
@ -387,9 +387,9 @@ function draw() {
|
|||||||
translate(screenX, screenY);
|
translate(screenX, screenY);
|
||||||
|
|
||||||
if (newSoundJustRecorded === true) {
|
if (newSoundJustRecorded === true) {
|
||||||
newShape = new GeneratedShape();
|
let newShape = new GeneratedShape();
|
||||||
shapes.push(newShape);
|
shapes.push(newShape);
|
||||||
addToArchive(newShape);
|
addToFooterArchive(newShape);
|
||||||
newSoundJustRecorded = false;
|
newSoundJustRecorded = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user