Browse Source

View > Settings isn't a check item.

Felix Laurie von Massenbach 10 years ago
parent
commit
56402900ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/editor/plugins/spatial_editor_plugin.cpp

+ 1 - 1
tools/editor/plugins/spatial_editor_plugin.cpp

@@ -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 );