mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
should not be public
This commit is contained in:
parent
0283790185
commit
161a429320
|
@ -196,7 +196,7 @@ impl Background {
|
|||
self.pos_y = y;
|
||||
}
|
||||
|
||||
pub fn set_position_mapped<T>(&self, map: &T, dim_x: u32, dim_y: u32, x: i32, y: i32)
|
||||
fn set_position_mapped<T>(&self, map: &T, dim_x: u32, dim_y: u32, x: i32, y: i32)
|
||||
where
|
||||
T: Deref<Target = [u16]>,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue