mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 17:18:41 -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)| {
|
||||
chunk.desired_state.matches(chunk.current_state)
|
||||
}) {
|
||||
log::info!("Finished loadinf chunks");
|
||||
state.0 = Some(GameState::InGame);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue