diff options
Diffstat (limited to 'src/lua_core.c')
| -rw-r--r-- | src/lua_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_core.c b/src/lua_core.c index 0c15c18..d632897 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -1893,6 +1893,7 @@ void luaRegister() { /* Math. */ /* Utils. */ + assingGlobalFunction( "Round", lmathRound ); assingGlobalFunction( "Clamp", lmathClamp ); assingGlobalFunction( "Lerp", lmathLerp ); assingGlobalFunction( "Normalize", lmathNormalize ); |
