mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
Should let the fadeout take over once the envelope has finished
This commit is contained in:
parent
eda11073ed
commit
2d69a4682b
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ impl Tracker {
|
|||
}
|
||||
|
||||
if envelope_state.frame >= envelope.amount.len() {
|
||||
envelope_state_option.take();
|
||||
envelope_state.frame = envelope.amount.len() - 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue