Skip to content

Commit

Permalink
Update gfx2next.c
Browse files Browse the repository at this point in the history
  • Loading branch information
redbug26 authored Feb 20, 2024
1 parent 2e32145 commit 03b81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gfx2next.c
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ static void read_aseprite()
(frame->pixels[j].g == 0) &
(frame->pixels[j].b == 0))
{
color = ase-> transparent_palette_entry_index
color = ase-> transparent_palette_entry_index;
}
else
for (int i = 0; i < ase->palette.entry_count; i++)
Expand Down

0 comments on commit 03b81c1

Please sign in to comment.