diff options
| author | jussi | 2023-11-07 01:37:21 +0200 |
|---|---|---|
| committer | jussi | 2023-11-07 01:37:21 +0200 |
| commit | 28ac27fae16d5d2df6174564dde05c6064515a33 (patch) | |
| tree | 8c338c22b9b8ec220d29d00b9acb0eb83742f588 /include/text.h | |
| parent | 7b8ef2cd90997382dca80f5122908eb6a8e60467 (diff) | |
| download | reilua-enhanced-28ac27fae16d5d2df6174564dde05c6064515a33.tar.gz reilua-enhanced-28ac27fae16d5d2df6174564dde05c6064515a33.tar.bz2 reilua-enhanced-28ac27fae16d5d2df6174564dde05c6064515a33.zip | |
Replaced DrawTextBoxedSelectable with DrawTextBoxedTinted.
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index 49b89a0..ad5851d 100644 --- a/include/text.h +++ b/include/text.h @@ -15,7 +15,7 @@ int ltextDrawTextPro( lua_State *L ); int ltextDrawTextCodepoint( lua_State *L ); int ltextDrawTextCodepoints( lua_State *L ); int ltextDrawTextBoxed( lua_State *L ); -int ltextDrawTextBoxedSelectable( lua_State *L ); +int ltextDrawTextBoxedTinted( lua_State *L ); /* Font info functions. */ int ltextMeasureText( lua_State *L ); int ltextGetGlyphIndex( lua_State *L ); |
