From 91c32cb173201ac8803a1e4452e8342969b8e484 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Oct 2021 13:36:49 +0800 Subject: *GLSL test --- Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 531128b..5906788 100644 --- a/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp +++ b/Editor/Scripting/EditorGUI/ContainerWindow.bind.cpp @@ -56,7 +56,7 @@ LUA_BIND_IMPL_METHOD(ContainerWindow, ContainerWindow::_New) ContainerWindow* wnd = new ContainerWindow(state.GetVM()); - Rect rect = state.GetValue(state, Rect()); + Internal::Rect rect = state.GetValue(state, Internal::Rect()); int showMode = state.GetValue(2, 0); Internal::Vector2 min = state.GetValue(state, Internal::Vector2()); Internal::Vector2 max = state.GetValue(state, Internal::Vector2()); -- cgit v1.1-26-g67d0