소스 검색

Merge pull request #7772 from Limb/fixgiprobeeditor

Remove memdelete of button in GIProbeEditor exit
Rémi Verschelde 8 년 전
부모
커밋
d417e91995
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);
 }