Correctly commit

This commit is contained in:
Gwilym Kuiper 2022-02-14 20:20:25 +00:00
parent 06b6075a6a
commit 898b06110f

View file

@ -807,6 +807,7 @@ fn main(mut agb: agb::Gba) -> ! {
} }
} }
world_display.commit();
world_display.show(); world_display.show();
object.enable(); object.enable();
@ -835,6 +836,7 @@ fn main(mut agb: agb::Gba) -> ! {
&mut vram, &mut vram,
); );
world_display.commit();
world_display.show(); world_display.show();
music_box.before_frame(&mut mixer); music_box.before_frame(&mut mixer);