fix book example

This commit is contained in:
Corwin 2022-04-05 21:30:26 +01:00
parent 454bb872c9
commit 810726ea79

View file

@ -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();
}
}