fix tab to spaces
This commit is contained in:
parent
695188df52
commit
486bb09f76
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue