Merge pull request #115968 from cdemirer/dummy-player-is-part-of-the-tree
Fix double memdelete of `dummy_player`
This commit is contained in:
commit
cb8c64b96b
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