whitespace
This commit is contained in:
parent
94cbd3ff1b
commit
54becd2303
1 changed files with 1 additions and 1 deletions
|
@ -2039,7 +2039,7 @@ void sub_819A080(const struct Bitmap *src, struct Bitmap *dst, u16 srcX, u16 src
|
|||
pixelsSrc = src->pixels + ((loopSrcX >> 1) & 3) + ((loopSrcX >> 3) << 5) + (((loopSrcY >> 3) * multiplierSrcY) << 5) + ((u32)(loopSrcY << 0x1d) >> 0x1B);
|
||||
pixelsDst = (void*) dst->pixels + ((loopDstX >> 1) & 3) + ((loopDstX >> 3) << 5) + ((( loopDstY >> 3) * multiplierDstY) << 5) + ((u32)(loopDstY << 0x1d) >> 0x1B);
|
||||
|
||||
if ((uintptr_t )pixelsDst & 0x1)
|
||||
if ((uintptr_t)pixelsDst & 0x1)
|
||||
{
|
||||
pixelsDst--;
|
||||
if (loopDstX & 0x1)
|
||||
|
|
Loading…
Reference in a new issue