mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-09 16:41:33 +11:00
Merge pull request #327 from gwilymk/hide-objects-at-the-end-of-hat-chooses-wizard
Hide objects at the end of hat chooses the wizard
This commit is contained in:
commit
4c7ee4f27f
|
@ -957,6 +957,8 @@ pub fn main(mut agb: agb::Gba) -> ! {
|
|||
level.clear_backgrounds(&mut vram);
|
||||
}
|
||||
|
||||
object.commit();
|
||||
|
||||
splash_screen::show_splash_screen(
|
||||
splash_screen::SplashScreen::End,
|
||||
Some(&mut mixer),
|
||||
|
|
Loading…
Reference in a new issue