You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
-fixed signal in #1075
This commit is contained in:
@@ -497,7 +497,7 @@ void Sprite3D::set_frame(int p_frame) {
|
||||
|
||||
frame=p_frame;
|
||||
_queue_update();
|
||||
ADD_SIGNAL(MethodInfo("frame_changed"));
|
||||
emit_signal(SceneStringNames::get_singleton()->frame_changed);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user