Raygui lib enhancements and Raygui lib extensions example.

This commit is contained in:
jussi
2024-01-05 23:15:22 +02:00
parent 70a2bcba18
commit 863f596b76
12 changed files with 727 additions and 334 deletions

View File

@@ -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;