From f6327c0948d666a4b61358c7aefed36eb070198d Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Oct 2021 10:53:40 +0800 Subject: *rename --- Runtime/Scripting/GL/GL.bind.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 f4c9f50..fe391c7 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.Vector3", 1)) + if (LuaHelper::IsType(state, "GameLab.Engine.Math.Internal::Vector3", 1)) { float x = state.GetField(-1, "x", 0); float y = state.GetField(-1, "y", 0); @@ -133,7 +133,7 @@ int Vertex(lua_State* L) } else { - state.ErrorType(1, "Vector3 or vector3 table"); + state.ErrorType(1, "Internal::Vector3 or vector3 table"); } return 0; } -- cgit v1.1-26-g67d0