Skip to content

Commit

Permalink
Merge pull request #82573 from Chaosus/fix_animationtree_crash
Browse files Browse the repository at this point in the history
Fix crash when deleting the player in `AnimationPlayerEditorPlugin`
  • Loading branch information
akien-mga committed Oct 2, 2023
2 parents 5fe97c5 + 8980211 commit 1d6f37f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor/plugins/animation_player_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2203,9 +2203,6 @@ AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {
if (dummy_player) {
memdelete(dummy_player);
}
if (player) {
memdelete(player);
}
}

// AnimationTrackKeyEditEditorPlugin
Expand Down

0 comments on commit 1d6f37f

Please sign in to comment.