mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
cleanup
svn-id: r27977
This commit is contained in:
parent
697f945e00
commit
dd40c72327
@ -1261,7 +1261,7 @@ void CharsetRendererV3::printChar(int chr, bool ignoreCharsetMask) {
|
||||
dst = vs->getPixels(_left, drawTop);
|
||||
drawBits1(*vs, dst, charPtr, drawTop, origWidth, origHeight);
|
||||
} else {
|
||||
dst = (byte *)_vm->_textSurface.pixels + _top * _vm->_textSurface.pitch + _left;
|
||||
dst = (byte *)_vm->_textSurface.getBasePtr(_left, _top);
|
||||
drawBits1(_vm->_textSurface, dst, charPtr, drawTop, origWidth, origHeight);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user