mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Should let the fadeout take over once the envelope has finished
This commit is contained in:
parent
eda11073ed
commit
2d69a4682b
|
@ -237,7 +237,7 @@ impl Tracker {
|
||||||
}
|
}
|
||||||
|
|
||||||
if envelope_state.frame >= envelope.amount.len() {
|
if envelope_state.frame >= envelope.amount.len() {
|
||||||
envelope_state_option.take();
|
envelope_state.frame = envelope.amount.len() - 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue