Raygui lib enhancements and Raygui lib extensions example.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user