mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-12 18:38:43 -06:00
log after load finish
This commit is contained in:
parent
c06869c5cb
commit
35886d9bed
|
@ -64,6 +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");
|
||||||
state.0 = Some(GameState::InGame);
|
state.0 = Some(GameState::InGame);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue