Skip to content

Commit e191a1a

Browse files
committed
Fix crescendo inCrescendo stack imbalance
Signed-off-by: Ady0333 <adityashinde1525@gmail.com>
1 parent a5320c0 commit e191a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/turtleactions/VolumeActions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ function setupVolumeActions(activity) {
9090
}
9191

9292
tur.singer.crescendoDelta.pop();
93+
tur.singer.inCrescendo.pop();
9394
for (const synth in tur.singer.synthVolume) {
9495
const len = tur.singer.synthVolume[synth].length;
9596
tur.singer.synthVolume[synth][len - 1] = last(

0 commit comments

Comments
 (0)