Merge pull request #24 from warmyouth/review

add break for switch case in ConditioningMultiCombine
This commit is contained in:
Jukka Seppänen 2024-02-21 17:20:30 +02:00 committed by GitHub
commit dc919c3d8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ app.registerExtension({
}
});
}
break;
case "SoundReactive":
nodeType.prototype.onNodeCreated = function () {
let audioContext;