mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Don't need this .into() either
This commit is contained in:
parent
74451f819c
commit
b357acbba8
|
@ -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…
Reference in a new issue