diff --git a/examples/the-hat-chooses-the-wizard/src/main.rs b/examples/the-hat-chooses-the-wizard/src/main.rs index e081e6e3..73f3aa2b 100644 --- a/examples/the-hat-chooses-the-wizard/src/main.rs +++ b/examples/the-hat-chooses-the-wizard/src/main.rs @@ -807,6 +807,7 @@ fn main(mut agb: agb::Gba) -> ! { } } + world_display.commit(); world_display.show(); object.enable(); @@ -835,6 +836,7 @@ fn main(mut agb: agb::Gba) -> ! { &mut vram, ); + world_display.commit(); world_display.show(); music_box.before_frame(&mut mixer);