From 161a429320d0283412ec68b01829d9d8723e35df Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Tue, 8 Jun 2021 12:23:13 +0100 Subject: [PATCH] should not be public --- agb/src/display/tiled0.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/src/display/tiled0.rs b/agb/src/display/tiled0.rs index 239af40a..32ab919d 100644 --- a/agb/src/display/tiled0.rs +++ b/agb/src/display/tiled0.rs @@ -196,7 +196,7 @@ impl Background { self.pos_y = y; } - pub fn set_position_mapped(&self, map: &T, dim_x: u32, dim_y: u32, x: i32, y: i32) + fn set_position_mapped(&self, map: &T, dim_x: u32, dim_y: u32, x: i32, y: i32) where T: Deref, {