mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
ops
This commit is contained in:
@@ -156,7 +156,7 @@ void TextObject::createBitmap() {
|
||||
}
|
||||
|
||||
_textBitmap = new uint8[_font->getHeight() * (_bitmapWidthPtr[j] + 1)];
|
||||
memset(_textBitmap, 0, _font->getHeight() * (_bitmapWidthPtr[j] + 1));
|
||||
memset(_textBitmap, 0xff, _font->getHeight() * (_bitmapWidthPtr[j] + 1));
|
||||
|
||||
// Fill bitmap
|
||||
int startOffset = 0;
|
||||
|
||||
Reference in New Issue
Block a user