View > Settings isn't a check item.
This commit is contained in:
parent
2bea642583
commit
56402900ff
1 changed files with 1 additions and 1 deletions
|
@ -3666,7 +3666,7 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) {
|
|||
p->add_check_item("View Origin",MENU_VIEW_ORIGIN);
|
||||
p->add_check_item("View Grid",MENU_VIEW_GRID);
|
||||
p->add_separator();
|
||||
p->add_check_item("Settings",MENU_VIEW_CAMERA_SETTINGS );
|
||||
p->add_item("Settings",MENU_VIEW_CAMERA_SETTINGS);
|
||||
|
||||
|
||||
p->set_item_checked( p->get_item_index(MENU_VIEW_USE_DEFAULT_LIGHT), true );
|
||||
|
|
Loading…
Reference in a new issue