mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-02 15:38:59 +00:00
Update debug code
svn-id: r14858
This commit is contained in:
parent
2810a06581
commit
b556b277fc
@ -1258,8 +1258,8 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi
|
||||
dst[j] = dst2[j] = 12+i;
|
||||
maskbits <<= 1;
|
||||
}
|
||||
dst += vs->width;
|
||||
dst2 += vs->width;
|
||||
dst += vs->pitch;
|
||||
dst2 += vs->pitch;
|
||||
mask_ptr += _numStrips;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user