mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fix book example
This commit is contained in:
parent
454bb872c9
commit
810726ea79
|
@ -48,6 +48,6 @@ fn main(mut gba: Gba) -> ! {
|
|||
ball.set_x(ball_x as u16).set_y(ball_y as u16);
|
||||
|
||||
agb::display::busy_wait_for_vblank();
|
||||
ball.commit();
|
||||
object.commit();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue