summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-06-15 09:24:34 +0200
committerGitHub <noreply@github.com>2020-06-15 09:24:34 +0200
commitb95611bb86310cc91033de6f106303ed16981a2e (patch)
treed6550e9c6131665f1e388a6452a869d37c2601e8
parent9d2ee682ef25981eb159392080d18c0439889be3 (diff)
parentd7a33953324d31fca937c80d21e2f8af646b4880 (diff)
Merge pull request #39543 from Sawrr/master
Unhide Skeleton3D menu button
-rw-r--r--editor/plugins/skeleton_3d_editor_plugin.cpp1
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");