This commit is contained in:
twinaphex 2020-03-06 15:40:45 +01:00
parent 9d9c24f94b
commit e678b39de6

View File

@ -2319,7 +2319,7 @@ bool gfx_animation_ctl(enum gfx_animation_ctl_state state, void *data)
da_free(anim.list);
da_free(anim.pending);
memset(&anim, 0, sizeof(gfx_animation_t));
memset(&anim, 0, sizeof(anim));
}
p_anim->cur_time = 0;
p_anim->old_time = 0;