Replaced DrawTextBoxedSelectable with DrawTextBoxedTinted.

This commit is contained in:
jussi
2023-11-07 01:37:21 +02:00
parent 7b8ef2cd90
commit 28ac27fae1
6 changed files with 99 additions and 55 deletions

View File

@@ -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 );