Expose to allow hooking into visibility-like calculations more easily.
This commit is contained in:
parent
ffa783bff1
commit
dd84266039
|
@ -75,7 +75,7 @@ fn add_visibility_indices(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct VisibilityGrid<'a, F>(&'a Map, F);
|
pub struct VisibilityGrid<'a, F>(pub &'a Map, pub F);
|
||||||
|
|
||||||
impl<'a, F> InputGrid for VisibilityGrid<'a, F>
|
impl<'a, F> InputGrid for VisibilityGrid<'a, F>
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue
Block a user