Should let the fadeout take over once the envelope has finished

This commit is contained in:
Gwilym Inzani 2023-08-06 20:25:31 +01:00
parent eda11073ed
commit 2d69a4682b

View file

@ -237,7 +237,7 @@ impl Tracker {
}
if envelope_state.frame >= envelope.amount.len() {
envelope_state_option.take();
envelope_state.frame = envelope.amount.len() - 1;
}
}
}