summaryrefslogtreecommitdiff
path: root/Editor/GUI
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-18 02:12:30 +0800
committerchai <chaifix@163.com>2021-10-18 02:12:30 +0800
commit22e576b5aa065f3cb2ca67a951af5e68063419a2 (patch)
treed72c6c77e33990cc70952c58e9ca50637ba6c242 /Editor/GUI
parent7c8c68d79343d04be382334c15a73d079450857c (diff)
*scripting
Diffstat (limited to 'Editor/GUI')
-rw-r--r--Editor/GUI/EditorWindows.h2
-rw-r--r--Editor/GUI/GUIWindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h
index 42d2623..307ab86 100644
--- a/Editor/GUI/EditorWindows.h
+++ b/Editor/GUI/EditorWindows.h
@@ -6,7 +6,7 @@
#include "Runtime/Math/Rect.h"
#include "Runtime/LuaBind/LuaBind.h"
#include "Runtime/Utilities/Singleton.h"
-#include "Editor/Utils/Log.h"
+#include "Runtime/Debug/Log.h"
#include "Runtime/Graphics/OpenGL.h"
#include "Runtime/Utilities/UtilMacros.h"
#include "Editor/Utils/HelperFuncs.h"
diff --git a/Editor/GUI/GUIWindow.cpp b/Editor/GUI/GUIWindow.cpp
index e58b620..3df0370 100644
--- a/Editor/GUI/GUIWindow.cpp
+++ b/Editor/GUI/GUIWindow.cpp
@@ -56,7 +56,7 @@ LRESULT CALLBACK GUIWindow::GUIViewWndProc(HWND hWnd, UINT message, WPARAM wPara
case WM_MOUSEWHEEL: // 在这个子窗口滚动
{
- log_info("WM_MOUSEWHEEL");
+ log_info("WndProc","WM_MOUSEWHEEL");
// quick check if mouse is in our window
RECT rc;