mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
move commit
This commit is contained in:
parent
cdba323b39
commit
29c74f6286
1 changed files with 1 additions and 1 deletions
|
@ -48,8 +48,8 @@ fn all_sprites(gfx: &ObjectController) {
|
|||
for (i, obj) in objs.iter_mut().enumerate() {
|
||||
let this_image = (image + i * SPRITES.len() / objs_len) % SPRITES.len();
|
||||
obj.set_sprite(gfx.sprite(&SPRITES[this_image]));
|
||||
gfx.commit();
|
||||
}
|
||||
gfx.commit();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue