mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-12 18:38:43 -06:00
typo
This commit is contained in:
parent
35886d9bed
commit
8e9eeb1f30
|
@ -64,7 +64,7 @@ fn switch_to_ingame_if_loaded(
|
||||||
if world.chunks.iter().all(|(_, chunk)| {
|
if world.chunks.iter().all(|(_, chunk)| {
|
||||||
chunk.desired_state.matches(chunk.current_state)
|
chunk.desired_state.matches(chunk.current_state)
|
||||||
}) {
|
}) {
|
||||||
log::info!("Finished loadinf chunks");
|
log::info!("Finished loading chunks");
|
||||||
state.0 = Some(GameState::InGame);
|
state.0 = Some(GameState::InGame);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue