diff --git a/src/map.rs b/src/map.rs index 68f9037..ff3fa07 100644 --- a/src/map.rs +++ b/src/map.rs @@ -11,6 +11,7 @@ use crate::{ core::{Area, Coordinates, Player, PointLike}, exploration::{ExplorationType, Mappable}, log::Log, + visibility::BlocksVisibility, }; impl From for Coordinates { @@ -225,10 +226,14 @@ fn add_map_colliders(mut commands: Commands, maps: Query<(Entity, &Map), Added