summaryrefslogtreecommitdiff
path: root/lib/LuaGL.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LuaGL.cc')
-rw-r--r--lib/LuaGL.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/LuaGL.cc b/lib/LuaGL.cc
index facd6ec..9631abc 100644
--- a/lib/LuaGL.cc
+++ b/lib/LuaGL.cc
@@ -1017,7 +1017,7 @@ static int gl_begin(lua_State *L)
return 0;
}
-/*BindTexture (target, texture) -> none*/
+/*BindTexture (target, Texture) -> none*/
static int gl_bind_texture(lua_State *L)
{
GLenum e;
@@ -2998,7 +2998,7 @@ static int gl_is_list(lua_State *L)
return 1;
}
-/*IsTexture (texture) -> true/false*/
+/*IsTexture (Texture) -> true/false*/
static int gl_is_texture(lua_State *L)
{
/* test argument type */