transparent is probably more correct

This commit is contained in:
Gwilym Kuiper 2022-01-23 19:00:09 +00:00
parent 1562e63bee
commit 0ebd2c2e40

View file

@ -208,7 +208,7 @@ impl<'a> VRamManager<'a> {
}
#[derive(Clone, Copy, Debug)]
#[repr(C)]
#[repr(transparent)]
pub struct Tile(u16);
impl Tile {