You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Ensure gizmos are added to newly created Node3D-derivatives and silence error for attempting to create gizmos twice
This commit is contained in:
@@ -7120,7 +7120,9 @@ void Node3DEditor::_request_gizmo(Object *p_obj) {
|
||||
}
|
||||
}
|
||||
}
|
||||
sp->update_gizmos();
|
||||
if (!sp->get_gizmos().is_empty()) {
|
||||
sp->update_gizmos();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user