missing import

This commit is contained in:
Llywelwyn 2023-08-16 15:12:42 +01:00
parent efe15705ad
commit 63fc4a0728

View file

@ -145,7 +145,7 @@ impl State {
}
fn run_map_index(&mut self) {
let mut mapindex = MapIndexingSystem {};
let mut mapindex = spatial::MapIndexingSystem {};
mapindex.run_now(&self.ecs);
}