mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Correctly commit
This commit is contained in:
parent
06b6075a6a
commit
898b06110f
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue