mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 20:46:40 +11:00
transparent is probably more correct
This commit is contained in:
parent
1562e63bee
commit
0ebd2c2e40
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ impl<'a> VRamManager<'a> {
|
|||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[repr(C)]
|
||||
#[repr(transparent)]
|
||||
pub struct Tile(u16);
|
||||
|
||||
impl Tile {
|
||||
|
|
Loading…
Add table
Reference in a new issue