[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/coltongit/stb into working
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Barrett committed Jul 13, 2020
2 parents 589a678 + 9e292f0 commit f308577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stb_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -6620,7 +6620,7 @@ static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int *comp, i
memset(g->history, 0x00, pcount); // pixels that were affected previous frame
first_frame = 1;
} else {
// second frame - how do we dispoase of the previous one?
// second frame - how do we dispose of the previous one?
dispose = (g->eflags & 0x1C) >> 2;
pcount = g->w * g->h;

Expand Down

0 comments on commit f308577

Please sign in to comment.