nice fail, bro
This commit is contained in:
parent
d6877097d0
commit
f4c3825186
@ -17,7 +17,9 @@
|
|||||||
*/
|
*/
|
||||||
#define PIXEL_COPY(ip, ix, iy, op, ox, oy) \
|
#define PIXEL_COPY(ip, ix, iy, op, ox, oy) \
|
||||||
do { \
|
do { \
|
||||||
\
|
op->Rpix[oy][x] = ip->Rpix[y][x]; \
|
||||||
|
op->Gpix[oy][x] = ip->Gpix[y][x]; \
|
||||||
|
op->Bpix[oy][x] = ip->Bpix[y][x]; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define SZPIC 5777
|
#define SZPIC 5777
|
||||||
|
Loading…
Reference in New Issue
Block a user