mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
correctly initialise as not visible
This commit is contained in:
parent
6007b95926
commit
e0af614cac
|
@ -17,7 +17,7 @@ pub struct Attributes {
|
|||
impl Default for Attributes {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
a0: ObjectAttribute0::from_bytes([0b01, 0]),
|
||||
a0: ObjectAttribute0::from_bytes([0, 0b10]),
|
||||
a1s: Default::default(),
|
||||
a1a: Default::default(),
|
||||
a2: Default::default(),
|
||||
|
|
Loading…
Reference in a new issue