You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix AnimatedSprite doesn't emit animation_finished when changing playback direction
This commit is contained in:
@@ -388,6 +388,7 @@ void AnimatedSprite2D::play(const StringName &p_animation, const bool p_backward
|
||||
}
|
||||
}
|
||||
|
||||
is_over = false;
|
||||
set_playing(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user