summaryrefslogtreecommitdiff
path: root/src/lua_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_core.c')
-rw-r--r--src/lua_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_core.c b/src/lua_core.c
index da385da..21788ba 100644
--- a/src/lua_core.c
+++ b/src/lua_core.c
@@ -771,6 +771,7 @@ void luaRegister() {
lua_register( L, "RL_GenMeshKnot", lmodelsGenMeshKnot );
lua_register( L, "RL_GenMeshHeightmap", lmodelsGenMeshHeightmap );
lua_register( L, "RL_GenMeshCustom", lmodelsGenMeshCustom );
+ lua_register( L, "RL_UpdateMesh", lmodelsUpdateMesh );
lua_register( L, "RL_UnloadMesh", lmodelsUnloadMesh );
lua_register( L, "RL_DrawMesh", lmodelsDrawMesh );
lua_register( L, "RL_DrawMeshInstanced", lmodelsDrawMeshInstanced );