From 0ebd2c2e408229cdce6116ac84148c7922b0a6ad Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sun, 23 Jan 2022 19:00:09 +0000 Subject: [PATCH] transparent is probably more correct --- agb/src/display/background.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/src/display/background.rs b/agb/src/display/background.rs index dafd989..60d61d2 100644 --- a/agb/src/display/background.rs +++ b/agb/src/display/background.rs @@ -208,7 +208,7 @@ impl<'a> VRamManager<'a> { } #[derive(Clone, Copy, Debug)] -#[repr(C)] +#[repr(transparent)] pub struct Tile(u16); impl Tile {