mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 12:36:35 +11:00
Update the wave example
This commit is contained in:
parent
38e57489a3
commit
472875edac
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue