mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-12 01:51:34 +11:00
commit step required now
This commit is contained in:
parent
7798f4c95f
commit
724147ecfa
|
@ -17,6 +17,7 @@ pub fn display_logo(gfx: &mut Tiled0) {
|
||||||
|
|
||||||
back.set_map(Map::new(&entries, (30_u32, 20_u32).into(), 0));
|
back.set_map(Map::new(&entries, (30_u32, 20_u32).into(), 0));
|
||||||
back.show();
|
back.show();
|
||||||
|
back.commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test_case]
|
#[test_case]
|
||||||
|
|
Loading…
Reference in a new issue