mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 07:06:41 +11:00
Don't need this .into() either
This commit is contained in:
parent
74451f819c
commit
b357acbba8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fn main(mut gba: agb::Gba) -> ! {
|
|||
|
||||
bg.set_tile(
|
||||
&mut vram,
|
||||
(x as u16, y as u16).into(),
|
||||
(x as u16, y as u16),
|
||||
&dynamic_tile.tile_set(),
|
||||
dynamic_tile.tile_setting(),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue