Skip to content

Commit

Permalink
Allow changing keys for imported AnimationLibraries in the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnicholl committed Oct 28, 2023
1 parent 3f04595 commit 1419eef
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 1419eef

Please sign in to comment.