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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_core.c b/src/lua_core.c
index 60f7f7b..0ea2f4e 100644
--- a/src/lua_core.c
+++ b/src/lua_core.c
@@ -1961,7 +1961,7 @@ void luaRegister() {
assingGlobalFunction( "DrawTextCodepoint", ltextDrawTextCodepoint );
assingGlobalFunction( "DrawTextCodepoints", ltextDrawTextCodepoints );
assingGlobalFunction( "DrawTextBoxed", ltextDrawTextBoxed );
- assingGlobalFunction( "DrawTextBoxedSelectable", ltextDrawTextBoxedSelectable );
+ assingGlobalFunction( "DrawTextBoxedTinted", ltextDrawTextBoxedTinted );
/* Font info functions. */
assingGlobalFunction( "MeasureText", ltextMeasureText );
assingGlobalFunction( "GetGlyphIndex", ltextGetGlyphIndex );