diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-02-12 23:25:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 23:25:06 +0100 |
commit | d417e919950f9fb05ab1dbaea291f8ec17c9ffdd (patch) | |
tree | 32272418f7ce7f08da2d66b774fdf647c7237e3f /tools/editor | |
parent | 43d947f54b5514b2ba76735bbf411f499eac2f04 (diff) | |
parent | d36dde7c1ecaa26db1e7d070c892b48b02492777 (diff) |
Merge pull request #7772 from Limb/fixgiprobeeditor
Remove memdelete of button in GIProbeEditor exit
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/plugins/gi_probe_editor_plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/plugins/gi_probe_editor_plugin.cpp b/tools/editor/plugins/gi_probe_editor_plugin.cpp index 39f32d0dc7..925ac8ef11 100644 --- a/tools/editor/plugins/gi_probe_editor_plugin.cpp +++ b/tools/editor/plugins/gi_probe_editor_plugin.cpp @@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) { GIProbeEditorPlugin::~GIProbeEditorPlugin() { - - memdelete(bake); } |