Merge pull request #110508 from Olle-Lukowski/fix/emit-anim-finished
Ensure the AnimationPlayer emits animation_finished for every animation
This commit is contained in:
@ -52,6 +52,8 @@ public:
|
||||
private:
|
||||
AHashMap<StringName, StringName> animation_next_set; // For auto advance.
|
||||
|
||||
StringName finished_anim;
|
||||
|
||||
float speed_scale = 1.0;
|
||||
double default_blend_time = 0.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user