Fix AnimationPlayer method track call oneself with IMMEDIATE mode

This commit is contained in:
Silc Renew
2022-12-07 18:28:36 +09:00
parent c241f1c523
commit d3b77d9cc3
2 changed files with 43 additions and 23 deletions

View File

@ -255,6 +255,7 @@ private:
List<StringName> queued;
bool is_just_played = false;
bool end_reached = false;
bool end_notify = false;