From 1b2a5f8df8d208f0330ef1ad903ecd30eba09c33 Mon Sep 17 00:00:00 2001 From: adafcaefc <33832514+adafcaefc@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:02:33 +0700 Subject: [PATCH] Update DebugWindowImGui.cpp --- Geome3Dash/src/gui/DebugWindowImGui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Geome3Dash/src/gui/DebugWindowImGui.cpp b/Geome3Dash/src/gui/DebugWindowImGui.cpp index 2dc630b..b88f8fc 100644 --- a/Geome3Dash/src/gui/DebugWindowImGui.cpp +++ b/Geome3Dash/src/gui/DebugWindowImGui.cpp @@ -2,7 +2,7 @@ #include "DebugWindowImGui.h" #include "manager/LevelDataManager.h" -#include "lib/imgui-cocos/imgui-cocos.hpp" +#include namespace g3d { @@ -31,4 +31,4 @@ namespace g3d { ImGuiCocos::get().setup(setupImGui).draw(renderImGui); } -} \ No newline at end of file +}