You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Move call to update the 3D grid into check for updating the view
This commit is contained in:
@@ -351,8 +351,8 @@ void Node3DEditorViewport::_update_camera(float p_interp_delta) {
|
||||
|
||||
update_transform_gizmo_view();
|
||||
rotation_control->update();
|
||||
spatial_editor->update_grid();
|
||||
}
|
||||
spatial_editor->update_grid();
|
||||
}
|
||||
|
||||
Transform Node3DEditorViewport::to_camera_transform(const Cursor &p_cursor) const {
|
||||
|
||||
Reference in New Issue
Block a user