mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Hide objects by default (#439)
Fixes bug introduced in #430 - [x] no changelog update needed
This commit is contained in:
commit
1c58a419ec
|
@ -19,11 +19,11 @@ impl Default for Attributes {
|
|||
Self {
|
||||
a0: ObjectAttribute0::new(
|
||||
0,
|
||||
ObjectMode::Normal,
|
||||
ObjectMode::Disabled,
|
||||
GraphicsMode::Normal,
|
||||
false,
|
||||
ColourMode::Four,
|
||||
u2::new(1),
|
||||
u2::new(0),
|
||||
),
|
||||
a1s: Default::default(),
|
||||
a1a: Default::default(),
|
||||
|
|
Loading…
Reference in a new issue