You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Remove memdelete of button in GIProbeEditor exit
This issue was causing a heap corruption on windows.
This commit is contained in:
@@ -80,6 +80,4 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) {
|
|||||||
|
|
||||||
|
|
||||||
GIProbeEditorPlugin::~GIProbeEditorPlugin() {
|
GIProbeEditorPlugin::~GIProbeEditorPlugin() {
|
||||||
|
|
||||||
memdelete(bake);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user