diff options
author | sanine-a <sanine.not@pm.me> | 2020-11-29 18:50:00 -0600 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-11-29 18:50:00 -0600 |
commit | b0b35014d6da1225047e0abc09a7a972a29ba7cb (patch) | |
tree | 189fbbf1d3bf50587f0771afe12388523fea549e /src/honey.c | |
parent | 65f1870eaa68cd18f2136bd112c042728855af03 (diff) |
add glm vec3 and vec4 bindings as lua objects
Diffstat (limited to 'src/honey.c')
-rw-r--r-- | src/honey.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/honey.c b/src/honey.c index 122c736..4757f53 100644 --- a/src/honey.c +++ b/src/honey.c @@ -122,7 +122,6 @@ bool honey_setup(lua_State** L) lua_setfield(*L, -2, "input"); honey_setup_glm(*L); - lua_setfield(*L, -2, "glm"); honey_setup_shader(*L); |