2
0
Эх сурвалжийг харах

Merge pull request #67965 from jtnicholl/key_to_the_library

Allow changing imported AnimationLibrary names in AnimationPlayer in the editor
Rémi Verschelde 1 жил өмнө
parent
commit
8bdf3c7c63

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