Unverified Commit 1ff772bb by Rémi Verschelde Committed by GitHub

Merge pull request #21559 from akien-mga/3d-grid-zfighting

Fix z-fighting on origin grid lines in spatial editor
parents a8eaf69a 7e79fb80
......@@ -4468,6 +4468,7 @@ void SpatialEditor::_init_indicators() {
VisualServer::get_singleton()->instance_geometry_set_cast_shadows_setting(origin_instance, VS::SHADOW_CASTING_SETTING_OFF);
origin_enabled = true;
grid_enabled = true;
last_grid_snap = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment