mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
have objects be hidden by default
This commit is contained in:
parent
e8bc714d74
commit
eb352085f1
|
@ -238,11 +238,13 @@ impl AffineMatrix<'_> {
|
|||
|
||||
impl ObjectAttribute {
|
||||
fn new() -> Self {
|
||||
ObjectAttribute {
|
||||
let mut o = ObjectAttribute {
|
||||
a0: 0,
|
||||
a1: 0,
|
||||
a2: 0,
|
||||
}
|
||||
};
|
||||
o.set_mode(Mode::Hidden);
|
||||
o
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue