mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix autoplay animation starts from last editor state #8976
(cherry picked from commit c7ac90c97f)
This commit is contained in:
parent
cbca1d8343
commit
0aa6b4aac7
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ void AnimationPlayer::_notification(int p_what) {
|
|||
if (!get_tree()->is_editor_hint() && animation_set.has(autoplay)) {
|
||||
play(autoplay);
|
||||
set_autoplay(""); //this line is the fix for autoplay issues with animatio
|
||||
_animation_process(0);
|
||||
}
|
||||
} break;
|
||||
case NOTIFICATION_PROCESS: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue