From 92dd401d75e19281dc7a01492ab3c0996de330fc Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Oct 2021 11:09:59 +0800 Subject: *misc --- Runtime/Scripting/GL/GL.bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Scripting/GL/GL.bind.cpp') diff --git a/Runtime/Scripting/GL/GL.bind.cpp b/Runtime/Scripting/GL/GL.bind.cpp index fe391c7..903e706 100644 --- a/Runtime/Scripting/GL/GL.bind.cpp +++ b/Runtime/Scripting/GL/GL.bind.cpp @@ -117,7 +117,7 @@ int End(lua_State* L) int Vertex(lua_State* L) { LUA_BIND_STATE(L); - if (LuaHelper::IsType(state, "GameLab.Engine.Math.Internal::Vector3", 1)) + if (LuaHelper::IsType(state, "GameLab.Engine.Math.Vector3", 1)) { float x = state.GetField(-1, "x", 0); float y = state.GetField(-1, "y", 0); -- cgit v1.1-26-g67d0