summaryrefslogtreecommitdiff
path: root/src/glm_bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glm_bindings.c')
-rw-r--r--src/glm_bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glm_bindings.c b/src/glm_bindings.c
index cfd85e5..9fdd7f2 100644
--- a/src/glm_bindings.c
+++ b/src/glm_bindings.c
@@ -7,7 +7,7 @@ int honey_glm_mat4_mt_ref = LUA_NOREF;
void honey_setup_glm(lua_State* L)
{
- honey_lua_create_table(L, NULL, 0);
+ lua_pushnil(L);
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~