You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Fix crash when deleting the player in AnimationPlayerEditorPlugin
This commit is contained in:
@@ -2203,9 +2203,6 @@ AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() {
|
||||
if (dummy_player) {
|
||||
memdelete(dummy_player);
|
||||
}
|
||||
if (player) {
|
||||
memdelete(player);
|
||||
}
|
||||
}
|
||||
|
||||
// AnimationTrackKeyEditEditorPlugin
|
||||
|
||||
Reference in New Issue
Block a user