diff --git a/examples/the-hat-chooses-the-wizard/src/main.rs b/examples/the-hat-chooses-the-wizard/src/main.rs index 2853f864..80071419 100644 --- a/examples/the-hat-chooses-the-wizard/src/main.rs +++ b/examples/the-hat-chooses-the-wizard/src/main.rs @@ -807,6 +807,9 @@ fn main(mut agb: agb::Gba) -> ! { ); loop { + world_display.commit(&mut vram); + world_display.show(); + vram.set_background_palettes(tile_sheet::background.palettes); let object = agb.display.object.get();