diff --git a/agb/src/display/object.rs b/agb/src/display/object.rs index 69c734e6..17da17da 100644 --- a/agb/src/display/object.rs +++ b/agb/src/display/object.rs @@ -250,8 +250,7 @@ impl ObjectAttribute { impl ObjectControl { pub(crate) fn new() -> Self { - let mut o = ObjectAttribute::new(); - o.set_mode(Mode::Hidden); + let o = ObjectAttribute::new(); for index in 0..128 { unsafe { o.commit(index) }; }