Hide objects by default (#439)

Fixes bug introduced in #430 
- [x] no changelog update needed
This commit is contained in:
Corwin 2023-06-03 23:25:28 +01:00 committed by GitHub
commit 1c58a419ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@ impl Default for Attributes {
Self { Self {
a0: ObjectAttribute0::new( a0: ObjectAttribute0::new(
0, 0,
ObjectMode::Normal, ObjectMode::Disabled,
GraphicsMode::Normal, GraphicsMode::Normal,
false, false,
ColourMode::Four, ColourMode::Four,
u2::new(1), u2::new(0),
), ),
a1s: Default::default(), a1s: Default::default(),
a1a: Default::default(), a1a: Default::default(),