mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-12 01:51:34 +11:00
Get my brackets correct
This commit is contained in:
parent
a35119fdbd
commit
e88602b570
|
@ -70,7 +70,7 @@ pub struct RegularMap {
|
||||||
tiles_dirty: bool,
|
tiles_dirty: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub const TRANSPARENT_TILE_INDEX: u16 = 1 << 10 - 1;
|
pub const TRANSPARENT_TILE_INDEX: u16 = (1 << 10) - 1;
|
||||||
|
|
||||||
impl RegularMap {
|
impl RegularMap {
|
||||||
fn new(background_id: u8, screenblock: u8, priority: Priority) -> Self {
|
fn new(background_id: u8, screenblock: u8, priority: Priority) -> Self {
|
||||||
|
|
Loading…
Reference in a new issue