fixed typo

This commit is contained in:
vurtun 2015-12-15 13:32:49 +01:00
parent a59e45ab6f
commit add954399b

View File

@ -196,7 +196,7 @@ zr_vec2(float x, float y)
/*
* ==============================================================
*
* STANDART
* STANDARD
*
* ===============================================================
*/
@ -1079,6 +1079,7 @@ zr_user_font_glyphs_fitting_in_space(const struct zr_user_font *font, const char
zr_size glyph_len;
float width = 0;
float last_width = 0;
zr_rune unicode;
zr_size offset = 0;
zr_size g = 0;