summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text.c b/src/text.c
index 50a12b4..f5f8b68 100644
--- a/src/text.c
+++ b/src/text.c
@@ -112,6 +112,7 @@ int ltextLoadFontFromImage( lua_State *L ) {
break;
}
}
+
int firstChar = lua_tointeger( L, -1 );
lua_pop( L, 1 );
Color key = uluaGetColor( L );