mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix repeated calls
This commit is contained in:
@@ -29,7 +29,7 @@ export function aliasBank(alias, bank) {
|
||||
soundsToAdd[`${alias}_${soundSuffix}`] = _soundMap[soundName];
|
||||
}
|
||||
}
|
||||
soundMap.set(soundsToAdd);
|
||||
soundMap.set({ ..._soundMap, ...soundsToAdd });
|
||||
}
|
||||
|
||||
export function getSound(s) {
|
||||
|
||||
Reference in New Issue
Block a user