mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
transparent is probably more correct
This commit is contained in:
parent
1562e63bee
commit
0ebd2c2e40
|
@ -208,7 +208,7 @@ impl<'a> VRamManager<'a> {
|
|||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[repr(C)]
|
||||
#[repr(transparent)]
|
||||
pub struct Tile(u16);
|
||||
|
||||
impl Tile {
|
||||
|
|
Loading…
Reference in a new issue