Removed shadows variable warning

This commit is contained in:
vurtun 2016-04-25 10:13:09 +02:00
parent 72b362325d
commit 2a230e2bd6

View File

@ -8914,7 +8914,6 @@ nk_font_bake_pack(nk_size *image_memory, int *width, int *height,
const struct nk_font_config *cfg = &config[input_i];
struct nk_font_bake_data *tmp = &baker->build[input_i];
int glyph_count;
int range_count;
/* count glyphs + ranges in current font */
glyph_count = 0; range_count = 0;