aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde2017-02-12 23:25:06 +0100
committerGitHub2017-02-12 23:25:06 +0100
commitd417e919950f9fb05ab1dbaea291f8ec17c9ffdd (patch)
tree32272418f7ce7f08da2d66b774fdf647c7237e3f
parent43d947f54b5514b2ba76735bbf411f499eac2f04 (diff)
parentd36dde7c1ecaa26db1e7d070c892b48b02492777 (diff)
downloadgodot-d417e919950f9fb05ab1dbaea291f8ec17c9ffdd.tar.gz
godot-d417e919950f9fb05ab1dbaea291f8ec17c9ffdd.tar.zst
godot-d417e919950f9fb05ab1dbaea291f8ec17c9ffdd.zip
Merge pull request #7772 from Limb/fixgiprobeeditor
Remove memdelete of button in GIProbeEditor exit
-rw-r--r--tools/editor/plugins/gi_probe_editor_plugin.cpp2
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 39f32d0dc..925ac8ef1 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);
}