Remember to clear the renderer

This commit is contained in:
Gwilym Kuiper 2022-11-21 07:37:03 +00:00
parent 08ceef09cd
commit 212fd32108

View file

@ -64,5 +64,7 @@ fn main(mut gba: agb::Gba) -> ! {
vblank.wait_for_vblank();
bg.commit(&mut vram);
renderer.clear(&mut vram);
}
}