Buildfix (pgf 64-bit)

This commit is contained in:
Henrik Rydgard 2013-11-17 12:55:35 +01:00
parent bde7846b13
commit a3caefed18

View File

@ -533,7 +533,7 @@ void PGF::DrawCharacter(const GlyphImage *image, int clipX, int clipY, int clipW
return;
}
u32 bitPtr = glyph.ptr * 8;
size_t bitPtr = glyph.ptr * 8;
int numberPixels = glyph.w * glyph.h;
int pixelIndex = 0;