mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Hide objects at the end of hat chooses the wizard
This commit is contained in:
parent
59de262532
commit
ea6086e998
|
@ -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