summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index d44e8c1..d93f240 100644
--- a/src/text.c
+++ b/src/text.c
@@ -416,7 +416,7 @@ int ltextGenImageFontAtlas( lua_State *L ) {
int packMethod = luaL_checkinteger( L, 4 );
int glyphCount = uluaGetTableLen( L, 1 );
- GlyphInfo glyphs[ glyphCount ];
+ GlyphInfo glyphs[ glyphCount ];
Rectangle *glyphRecs;
int t = 1;