Fix codeformat

This commit is contained in:
jeromew 2025-11-20 13:35:37 +00:00
parent 8ed72b4573
commit 7267990e20

View file

@ -693,7 +693,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
if (delay > 0 && delaytime > 0 && delayfeedback > 0) {
orbitBus.getDelay(delaytime, delayfeedback, t);
const send = orbitBus.sendDelay(post, delay);
audioNodes.push(send)
audioNodes.push(send);
}
// reverb
if (room > 0) {