diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_draw_sprite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_draw_sprite.c b/src/ft_draw_sprite.c index 423080d..19ceb9f 100644 --- a/src/ft_draw_sprite.c +++ b/src/ft_draw_sprite.c @@ -52,6 +52,7 @@ void (cl->plist.pos_x - cl->sprites[jt][it].s_pos_x) + (cl->plist.pos_y - cl->sprites[jt][it].s_pos_y) * (cl->plist.pos_y - cl->sprites[jt][it].s_pos_y)); + cl->mlist.sprite_order[jt][it] = it; } it = -1; } |