This commit is contained in:
Roman Fomin 2025-03-27 21:38:23 +07:00
parent 8735e76a85
commit c4998a2e02

View File

@ -611,7 +611,7 @@ static boolean DecodePNG(png_t *png)
byte g = *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;
continue;