Sfoglia il codice sorgente

Merge pull request #7772 from Limb/fixgiprobeeditor

Remove memdelete of button in GIProbeEditor exit
Rémi Verschelde 8 anni fa
parent
commit
d417e91995
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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() {
-
-	memdelete(bake);
 }