diff options
author | Felix Laurie von Massenbach <felix@erbridge.co.uk> | 2015-02-17 02:51:17 +0000 |
---|---|---|
committer | Felix Laurie von Massenbach <felix@erbridge.co.uk> | 2015-02-17 02:51:17 +0000 |
commit | 56402900ff002c68734cc1de0f53b78f23154f77 (patch) | |
tree | 1480f7d3603e4eada9d610b0c618869dae8e3d69 | |
parent | 2bea642583efeb68886e71950384f297f2d7ee12 (diff) |
View > Settings isn't a check item.
-rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.cpp b/tools/editor/plugins/spatial_editor_plugin.cpp index 87bd8105af..b7c2281a09 100644 --- a/tools/editor/plugins/spatial_editor_plugin.cpp +++ b/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 ); |