Don't forget to invert colours
This commit is contained in:
parent
a9cdd766c7
commit
158a595d5e
1 changed files with 3 additions and 3 deletions
|
@ -705,9 +705,9 @@ static void tile_copy_to_bitmap(cammy_image *dest,
|
|||
channels,
|
||||
x_dest,
|
||||
y_dest,
|
||||
src->palette[v].r,
|
||||
src->palette[v].g,
|
||||
src->palette[v].b);
|
||||
src->palette[3-v].r,
|
||||
src->palette[3-v].g,
|
||||
src->palette[3-v].b);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue