summaryrefslogtreecommitdiff
path: root/src/honey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/honey.c')
-rw-r--r--src/honey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/honey.c b/src/honey.c
index 4ffb83f..673cd49 100644
--- a/src/honey.c
+++ b/src/honey.c
@@ -122,8 +122,8 @@ bool honey_setup(lua_State** L)
honey_setup_input(*L);
lua_setfield(*L, -2, "input");
- honey_setup_cglm(*L);
- lua_setfield(*L, -2, "cglm");
+ honey_setup_glm(*L);
+ lua_setfield(*L, -2, "glm");
honey_setup_shader(*L);
lua_setfield(*L, -2, "shader");