summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorjussi2023-11-07 01:37:21 +0200
committerjussi2023-11-07 01:37:21 +0200
commit28ac27fae16d5d2df6174564dde05c6064515a33 (patch)
tree8c338c22b9b8ec220d29d00b9acb0eb83742f588 /include/text.h
parent7b8ef2cd90997382dca80f5122908eb6a8e60467 (diff)
downloadreilua-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.h2
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 );