mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-23 22:58:18 +11:00
fix book example
This commit is contained in:
parent
454bb872c9
commit
810726ea79
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,6 @@ fn main(mut gba: Gba) -> ! {
|
||||||
ball.set_x(ball_x as u16).set_y(ball_y as u16);
|
ball.set_x(ball_x as u16).set_y(ball_y as u16);
|
||||||
|
|
||||||
agb::display::busy_wait_for_vblank();
|
agb::display::busy_wait_for_vblank();
|
||||||
ball.commit();
|
object.commit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue