mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fix panic example
This commit is contained in:
parent
b33cde9f63
commit
b05c339cbf
|
@ -9,7 +9,7 @@ use gba::display;
|
||||||
fn main(_argc: isize, _argv: *const *const u8) -> isize {
|
fn main(_argc: isize, _argv: *const *const u8) -> isize {
|
||||||
let mut gba = gba::Gba::new();
|
let mut gba = gba::Gba::new();
|
||||||
|
|
||||||
let mut bitmap = gba.display.bitmap3();
|
let mut bitmap = gba.display.video.bitmap3();
|
||||||
let mut input = gba::input::ButtonController::new();
|
let mut input = gba::input::ButtonController::new();
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Reference in a new issue