mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
Merge pull request #573 from geoffthemedio/patch-1
Fixed Signed/Unsigned Comparison Warning
This commit is contained in:
commit
2bead03bea
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ void fons__tt_renderGlyphBitmap(FONSttFontImpl *font, unsigned char *output, int
|
|||
{
|
||||
FT_GlyphSlot ftGlyph = font->font->glyph;
|
||||
int ftGlyphOffset = 0;
|
||||
int x, y;
|
||||
unsigned int x, y;
|
||||
FONS_NOTUSED(outWidth);
|
||||
FONS_NOTUSED(outHeight);
|
||||
FONS_NOTUSED(scaleX);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue