mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-26 06:18:23 +00:00
GRAPHICS: MACGUI: initialize bitImage to 0.
This commit is contained in:
parent
dc8418b547
commit
7e2f3edc61
@ -565,6 +565,7 @@ MacFONTFont *MacFONTFont::scaleFont(const MacFONTFont *src, int newSize, int sla
|
||||
|
||||
uint bitImageSize = data._rowWords * data._fRectHeight;
|
||||
data._bitImage = new byte[bitImageSize];
|
||||
memset(data._bitImage, 0, bitImageSize * sizeof(byte));
|
||||
|
||||
int dstPitch = data._rowWords;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user