Преглед на файлове

Remove memdelete of button in GIProbeEditor exit

This issue was causing a heap corruption on windows.
Kenneth Lorthioir преди 8 години
родител
ревизия
d36dde7c1e
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      tools/editor/plugins/gi_probe_editor_plugin.cpp

+ 0 - 2
tools/editor/plugins/gi_probe_editor_plugin.cpp

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