missing import
This commit is contained in:
parent
efe15705ad
commit
63fc4a0728
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ impl State {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn run_map_index(&mut self) {
|
fn run_map_index(&mut self) {
|
||||||
let mut mapindex = MapIndexingSystem {};
|
let mut mapindex = spatial::MapIndexingSystem {};
|
||||||
mapindex.run_now(&self.ecs);
|
mapindex.run_now(&self.ecs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue