Skip to content

Commit

Permalink
slippy silencer
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Aug 8, 2023
1 parent 6ae4fa4 commit 1318a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pub struct Map<'a, 'b> {
tiles: Option<&'b mut Tiles>,
memory: &'a mut MapMemory,
my_position: Position,

#[allow(clippy::type_complexity)]
drawer: Option<Box<dyn Fn(Painter, &Projector)>>,
}

Expand Down

0 comments on commit 1318a01

Please sign in to comment.