should not be public

This commit is contained in:
Corwin Kuiper 2021-06-08 12:23:13 +01:00
parent 0283790185
commit 161a429320

View file

@ -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]>,
{