mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +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();
|
world_display.show();
|
||||||
|
|
||||||
object.enable();
|
object.enable();
|
||||||
|
@ -835,6 +836,7 @@ fn main(mut agb: agb::Gba) -> ! {
|
||||||
&mut vram,
|
&mut vram,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
world_display.commit();
|
||||||
world_display.show();
|
world_display.show();
|
||||||
|
|
||||||
music_box.before_frame(&mut mixer);
|
music_box.before_frame(&mut mixer);
|
||||||
|
|
Loading…
Reference in a new issue