1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

View > Settings isn't a check item.

This commit is contained in:
Felix Laurie von Massenbach
2015-02-17 02:51:17 +00:00
parent 2bea642583
commit 56402900ff

View File

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