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);
}