mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Update the wave example
This commit is contained in:
parent
38e57489a3
commit
472875edac
|
@ -19,7 +19,9 @@ struct BackCosines {
|
|||
fn main(mut gba: agb::Gba) -> ! {
|
||||
let mut gfx = gba.display.video.tiled0();
|
||||
|
||||
example_logo::display_logo(&mut gfx);
|
||||
let mut background = gfx.background();
|
||||
|
||||
example_logo::display_logo(&mut background, &mut gfx.vram);
|
||||
|
||||
let mut time = 0;
|
||||
let cosines = [0_u16; 32];
|
||||
|
|
Loading…
Reference in a new issue