commit step required now

This commit is contained in:
Corwin Kuiper 2021-08-07 18:20:08 +01:00
parent 7798f4c95f
commit 724147ecfa

View file

@ -17,6 +17,7 @@ pub fn display_logo(gfx: &mut Tiled0) {
back.set_map(Map::new(&entries, (30_u32, 20_u32).into(), 0));
back.show();
back.commit();
}
#[test_case]