1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Increase _numPixels if chunkStart is not even.

This commit is contained in:
Sergey Lipskiy 2015-11-30 00:31:59 +06:00
parent 1e376d641b
commit 53e638bf47

View File

@ -1100,6 +1100,7 @@ void _writeToRdram(TSrc* _src, TDst* _dst, TDst(*converter)(TSrc _c), TSrc _test
if (chunkStart % 2 != 0) {
--chunkStart;
--_dst;
++_numPixels;
}
u32 numStored = 0;