Commit 7e79fb80 by Rémi Verschelde

Fix z-fighting on origin grid lines in spatial editor

Fixes #21264.
parent a8eaf69a
......@@ -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