소스 검색

Unhide Skeleton3D menu button

Sawrr 5 년 전
부모
커밋
d7a3395332
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      editor/plugins/skeleton_3d_editor_plugin.cpp

+ 0 - 1
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");