Merge pull request #82573 from Chaosus/fix_animationtree_crash

Fix crash when deleting the player in `AnimationPlayerEditorPlugin`
This commit is contained in:
Rémi Verschelde
2023-10-02 13:16:35 +02:00

View File

@ -2203,9 +2203,6 @@ AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {
if (dummy_player) {
memdelete(dummy_player);
}
if (player) {
memdelete(player);
}
}
// AnimationTrackKeyEditEditorPlugin