summaryrefslogtreecommitdiff
path: root/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp')
-rw-r--r--Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp b/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
index 02b29df..531128b 100644
--- a/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
+++ b/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp
@@ -58,8 +58,8 @@ LUA_BIND_IMPL_METHOD(ContainerWindow, ContainerWindow::_New)
Rect rect = state.GetValue<Rect>(state, Rect());
int showMode = state.GetValue<int>(2, 0);
- Vector2 min = state.GetValue<Vector2>(state, Vector2());
- Vector2 max = state.GetValue<Vector2>(state, Vector2());
+ Internal::Vector2 min = state.GetValue<Internal::Vector2>(state, Internal::Vector2());
+ Internal::Vector2 max = state.GetValue<Internal::Vector2>(state, Internal::Vector2());
wnd->Init(rect, showMode, min, max);