(cherry picked from commit 52649f10380d64e4d979fffe5f000b3d3609d549)
@@ -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);