correctly initialise as not visible

This commit is contained in:
Corwin 2023-04-03 02:44:58 +01:00
parent 6007b95926
commit e0af614cac
No known key found for this signature in database

View file

@ -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(),