fix tab to spaces

This commit is contained in:
Michael Bartlett 2020-10-03 21:50:36 -06:00
parent 695188df52
commit 486bb09f76
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static GlyphSet* load_glyphset(RenFont *font, int idx) {
/* init image */
int width = 128;
int height = 128;
stbtt_pack_context pc;
stbtt_pack_context pc;
retry:
set->image = ren_new_image(width, height);