mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-25 01:01: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)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
#[repr(C)]
|
#[repr(transparent)]
|
||||||
pub struct Tile(u16);
|
pub struct Tile(u16);
|
||||||
|
|
||||||
impl Tile {
|
impl Tile {
|
||||||
|
|
Loading…
Reference in a new issue