Remove memdelete of button in GIProbeEditor exit

This issue was causing a heap corruption on windows.
This commit is contained in:
Kenneth Lorthioir 2017-02-09 10:14:01 -05:00
parent b19c9bd198
commit d36dde7c1e
1 changed files with 0 additions and 2 deletions

View File

@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) {
GIProbeEditorPlugin::~GIProbeEditorPlugin() {
memdelete(bake);
}