mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
fix typo
This commit is contained in:
parent
8735e76a85
commit
c4998a2e02
@ -611,7 +611,7 @@ static boolean DecodePNG(png_t *png)
|
|||||||
byte g = *palette++;
|
byte g = *palette++;
|
||||||
byte b = *palette++;
|
byte b = *palette++;
|
||||||
|
|
||||||
if (e->red == r && e->green == b && e->blue == g)
|
if (e->red == r && e->green == g && e->blue == b)
|
||||||
{
|
{
|
||||||
translate[i] = i;
|
translate[i] = i;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user