patch debug - exec

This commit is contained in:
2025-01-20 23:13:35 +01:00
parent fec593205b
commit 296e04692a
5 changed files with 42 additions and 37 deletions

View File

@@ -522,7 +522,7 @@ void imguiManager::WidgetEngineSettingsWindow(ApplicationClass* app)
void imguiManager::WidgetLogWindow(ApplicationClass* app)
{
ImGui::Begin("Log Window");
ImGui::Begin("Log Window" , &showLogWindow);
// Filtre de recherche
static ImGuiTextFilter filter;