From 8cbcd2dc3f7ea5a1d8656cd3885b553121cb7450 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Oct 2021 10:39:31 +0800 Subject: *internal --- Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp') 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(state, Rect()); int showMode = state.GetValue(2, 0); - Vector2 min = state.GetValue(state, Vector2()); - Vector2 max = state.GetValue(state, Vector2()); + Internal::Vector2 min = state.GetValue(state, Internal::Vector2()); + Internal::Vector2 max = state.GetValue(state, Internal::Vector2()); wnd->Init(rect, showMode, min, max); -- cgit v1.1-26-g67d0