|
@@ -202,7 +202,6 @@ void AnimationPlayer::_notification(int p_what) {
|
|
if (!get_tree()->is_editor_hint() && animation_set.has(autoplay)) {
|
|
if (!get_tree()->is_editor_hint() && animation_set.has(autoplay)) {
|
|
play(autoplay);
|
|
play(autoplay);
|
|
set_autoplay(""); //this line is the fix for autoplay issues with animatio
|
|
set_autoplay(""); //this line is the fix for autoplay issues with animatio
|
|
- _animation_process(0);
|
|
|
|
}
|
|
}
|
|
} break;
|
|
} break;
|
|
case NOTIFICATION_PROCESS: {
|
|
case NOTIFICATION_PROCESS: {
|