Fix double memdelete of dummy_player
It's already deleted as a result of being part of the tree.
This commit is contained in:
parent
60638c93fb
commit
d68d42b6f5
1 changed files with 0 additions and 3 deletions
|
|
@ -2473,9 +2473,6 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin() {
|
|||
}
|
||||
|
||||
AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {
|
||||
if (dummy_player) {
|
||||
memdelete(dummy_player);
|
||||
}
|
||||
}
|
||||
|
||||
// AnimationTrackKeyEditEditorPlugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue