Fixed BlendPalettes not incrementing the destination buffer.
This commit is contained in:
parent
c9845c66ee
commit
c20db9475d
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ void BlendPalettesFine(u32 palettes, u16 *src, u16 *dst, u32 coeff, u32 color) {
|
|||
}
|
||||
} else {
|
||||
src += 16;
|
||||
dst + 16;
|
||||
dst += 16;
|
||||
}
|
||||
palettes >>= 1;
|
||||
} while (palettes);
|
||||
|
|
Loading…
Reference in a new issue