tweaking to make it sound good

This commit is contained in:
Jade Rowland 2023-11-05 15:40:02 -05:00
parent b3f8df1783
commit a9efda3bc3
2 changed files with 27 additions and 53 deletions

View file

@ -366,7 +366,7 @@ export const superdough = async (value, deadline, hapDuration) => {
}
if (phaser !== undefined) {
const phaserFX = ac.createPhaser(phaser);
const phaserFX = ac.createPhaser(phaser, hapDuration);
chain.push(phaserFX);
}