mirror of https://github.com/godotengine/godot
Merge pull request #82573 from Chaosus/fix_animationtree_crash
Fix crash when deleting the player in `AnimationPlayerEditorPlugin`
This commit is contained in:
commit
1d6f37f80c
|
|
@ -2203,9 +2203,6 @@ AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {
|
|||
if (dummy_player) {
|
||||
memdelete(dummy_player);
|
||||
}
|
||||
if (player) {
|
||||
memdelete(player);
|
||||
}
|
||||
}
|
||||
|
||||
// AnimationTrackKeyEditEditorPlugin
|
||||
|
|
|
|||
Loading…
Reference in New Issue