diff --git a/scene/2d/animated_sprite.cpp b/scene/2d/animated_sprite.cpp index 5e7d5c80280..f08b983580a 100644 --- a/scene/2d/animated_sprite.cpp +++ b/scene/2d/animated_sprite.cpp @@ -343,6 +343,7 @@ void AnimatedSprite::_notification(int p_what) { update(); _change_notify("frame"); + emit_signal(SceneStringNames::get_singleton()->frame_changed); } float to_process = MIN(timeout, remaining);