From 1b3d07c19f53359846788db7f9f0997b942c1bb1 Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Fri, 15 Sep 2023 18:54:07 -0400 Subject: [PATCH] Fixed crash --- Editor/src/Windows/FileSystemUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/src/Windows/FileSystemUI.cpp b/Editor/src/Windows/FileSystemUI.cpp index 80804484..8c5fb8a6 100644 --- a/Editor/src/Windows/FileSystemUI.cpp +++ b/Editor/src/Windows/FileSystemUI.cpp @@ -741,7 +741,6 @@ namespace Nuake } } - ImGui::EndChild(); } ImGui::EndChild(); }