diff options
author | Sawrr <sawyerh99@yahoo.com> | 2020-06-14 16:58:10 -0400 |
---|---|---|
committer | Sawrr <sawyerh99@yahoo.com> | 2020-06-14 16:58:10 -0400 |
commit | d7a33953324d31fca937c80d21e2f8af646b4880 (patch) | |
tree | 8890dd8d4010ce539517e7ab8255a4c5bbc508cc /editor | |
parent | 79947dfef1db52462ce25f370696e3eb926fa627 (diff) |
Unhide Skeleton3D menu button
Diffstat (limited to 'editor')
-rw-r--r-- | editor/plugins/skeleton_3d_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/skeleton_3d_editor_plugin.cpp b/editor/plugins/skeleton_3d_editor_plugin.cpp index 321b4432ab..2586f17fe1 100644 --- a/editor/plugins/skeleton_3d_editor_plugin.cpp +++ b/editor/plugins/skeleton_3d_editor_plugin.cpp @@ -665,7 +665,6 @@ void Skeleton3DEditor::create_editors() { options->get_popup()->add_item(TTR("Create physical skeleton"), MENU_OPTION_CREATE_PHYSICAL_SKELETON); options->get_popup()->connect("id_pressed", callable_mp(this, &Skeleton3DEditor::_on_click_option)); - options->hide(); const Color section_color = get_theme_color("prop_subsection", "Editor"); |