From 28ac27fae16d5d2df6174564dde05c6064515a33 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 7 Nov 2023 01:37:21 +0200 Subject: Replaced DrawTextBoxedSelectable with DrawTextBoxedTinted. --- 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 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 ); -- cgit v1.2.3