浏览代码

Allow changing keys for imported AnimationLibraries in the editor

Jonathan Nicholl 2 年之前
父节点
当前提交
1419eefcc6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"));