From d24f17b88d901b779c81c7434995675eb2a17429 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 4 Nov 2021 12:55:25 +0800 Subject: - Internal:: --- 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 f2a270b..f97b1e0 100644 --- a/Runtime/Scripting/GL/GL.bind.cpp +++ b/Runtime/Scripting/GL/GL.bind.cpp @@ -133,7 +133,7 @@ int Vertex(lua_State* L) } else { - state.ErrorType(1, "Internal::Vector3 or vector3 table"); + state.ErrorType(1, "Vector3 or vector3 table"); } return 0; } -- cgit v1.1-26-g67d0