Skip to content

Commit

Permalink
Fix crash when deleting the player in AnimationPlayerEditorPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosus committed Sep 30, 2023
1 parent 44e399e commit 8980211
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 8980211

Please sign in to comment.