mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
Correctly change end state in CombinedEffect
This commit is contained in:
@ -95,7 +95,7 @@ class SequenceEffect extends PositionComponentEffect {
|
||||
void reset() {
|
||||
super.reset();
|
||||
effects.forEach((e) => e.reset());
|
||||
if(component != null) {
|
||||
if (component != null) {
|
||||
initialize(component);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user