Fix double memdelete of dummy_player
It's already deleted as a result of being part of the tree. (cherry picked from commit d68d42b6f54441e5792f28ed5d22e4fbcc8d5a8d)
This commit is contained in:
@@ -2473,9 +2473,6 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin() {
|
||||
}
|
||||
|
||||
AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {
|
||||
if (dummy_player) {
|
||||
memdelete(dummy_player);
|
||||
}
|
||||
}
|
||||
|
||||
// AnimationTrackKeyEditEditorPlugin
|
||||
|
||||
Reference in New Issue
Block a user