mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-06 05:28:25 +00:00
Buildfix (pgf 64-bit)
This commit is contained in:
parent
bde7846b13
commit
a3caefed18
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user