mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
Fix minor typo in comment on line 6532
This commit is contained in:
parent
f54acd4e13
commit
9e292f0731
@ -6529,7 +6529,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
|
memset(g->history, 0x00, pcount); // pixels that were affected previous frame
|
||||||
first_frame = 1;
|
first_frame = 1;
|
||||||
} else {
|
} 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;
|
dispose = (g->eflags & 0x1C) >> 2;
|
||||||
pcount = g->w * g->h;
|
pcount = g->w * g->h;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user