fix warnings in OpenGLTrueTypeFont

This commit is contained in:
Erwin Coumans
2014-07-27 10:25:36 -07:00
parent e317b64643
commit 5e9102bf00
2 changed files with 6 additions and 9 deletions

View File

@@ -353,7 +353,7 @@ static struct sth_glyph* get_glyph(struct sth_stash* stash, struct sth_font* fnt
float scale;
struct sth_texture* texture = NULL;
struct sth_glyph* glyph = NULL;
unsigned char* bmp = NULL;
unsigned int h;
float size = isize/10.0f;
int rh;