From d3e184220374c222a02b04d4d57d755b4b6fb782 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 15 Jun 2024 16:31:40 +0300 Subject: DrawTextBoxedEx. --- src/lua_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_core.c') diff --git a/src/lua_core.c b/src/lua_core.c index 1dacc86..4cfbed5 100644 --- a/src/lua_core.c +++ b/src/lua_core.c @@ -1838,7 +1838,7 @@ void luaRegister() { assingGlobalFunction( "DrawTextCodepoint", ltextDrawTextCodepoint ); assingGlobalFunction( "DrawTextCodepoints", ltextDrawTextCodepoints ); assingGlobalFunction( "DrawTextBoxed", ltextDrawTextBoxed ); - assingGlobalFunction( "DrawTextBoxedTinted", ltextDrawTextBoxedTinted ); + assingGlobalFunction( "DrawTextBoxedEx", ltextDrawTextBoxedEx ); /* Text font info functions. */ assingGlobalFunction( "SetTextLineSpacing", ltextSetTextLineSpacing ); assingGlobalFunction( "GetTextLineSpacing", ltextGetTextLineSpacing ); -- cgit v1.2.3