1
0
Fork 0

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
commit 1d6f37f80c
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 0 additions and 3 deletions

View File

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