Explorar o código

Allow changing keys for imported AnimationLibraries in the editor

Jonathan Nicholl %!s(int64=2) %!d(string=hai) anos
pai
achega
1419eefcc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/plugins/animation_library_editor.cpp

+ 1 - 1
editor/plugins/animation_library_editor.cpp

@@ -668,7 +668,7 @@ void AnimationLibraryEditor::update_tree() {
 			}
 		}
 
-		libitem->set_editable(0, !animation_library_is_foreign);
+		libitem->set_editable(0, true);
 		libitem->set_metadata(0, K);
 		libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));