Merge pull request #21559 from akien-mga/3d-grid-zfighting
Fix z-fighting on origin grid lines in spatial editor
This commit is contained in:
commit
1ff772bb7e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue