You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00: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) {
|
if (dummy_player) {
|
||||||
memdelete(dummy_player);
|
memdelete(dummy_player);
|
||||||
}
|
}
|
||||||
if (player) {
|
|
||||||
memdelete(player);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// AnimationTrackKeyEditEditorPlugin
|
// AnimationTrackKeyEditEditorPlugin
|
||||||
|
|||||||
Reference in New Issue
Block a user