1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #7772 from Limb/fixgiprobeeditor

Remove memdelete of button in GIProbeEditor exit
This commit is contained in:
Rémi Verschelde
2017-02-12 23:25:06 +01:00
committed by GitHub

View File

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