This makes no sense here...

svn-id: r15481
This commit is contained in:
Max Horn 2004-10-09 00:33:35 +00:00
parent b3c72a792b
commit a904bfc9cf

View File

@ -1281,7 +1281,7 @@ void CharsetRendererClassic::printChar(int chr) {
int drawTop = _top - vs->topline;
_vm->markRectAsDirty(vs->number, _left, _left + width, drawTop, drawTop + height + offsY);
_vm->markRectAsDirty(vs->number, _left, _left + width, drawTop, drawTop + height);
byte *dstPtr;
byte *back = NULL;