Remove memdelete of button in GIProbeEditor exit
This issue was causing a heap corruption on windows.
This commit is contained in:
parent
b19c9bd198
commit
d36dde7c1e
|
@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) {
|
||||||
|
|
||||||
|
|
||||||
GIProbeEditorPlugin::~GIProbeEditorPlugin() {
|
GIProbeEditorPlugin::~GIProbeEditorPlugin() {
|
||||||
|
|
||||||
memdelete(bake);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue