mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 21:34:53 +00:00
Merge pull request #7772 from Limb/fixgiprobeeditor
Remove memdelete of button in GIProbeEditor exit
This commit is contained in:
commit
d417e91995
@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) {
|
||||
|
||||
|
||||
GIProbeEditorPlugin::~GIProbeEditorPlugin() {
|
||||
|
||||
memdelete(bake);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user