Skip to content

Commit

Permalink
Merge pull request #67965 from jtnicholl/key_to_the_library
Browse files Browse the repository at this point in the history
Allow changing imported AnimationLibrary names in AnimationPlayer in the editor
  • Loading branch information
akien-mga committed Oct 28, 2023
2 parents 3f04595 + 1419eef commit 8bdf3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/animation_library_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));

Expand Down

0 comments on commit 8bdf3c7

Please sign in to comment.