diff --git a/src/game/world.rs b/src/game/world.rs index d3a8708..e19aa8e 100644 --- a/src/game/world.rs +++ b/src/game/world.rs @@ -68,6 +68,7 @@ impl World { chunk.state = ChunkState::Nothing; }, ChunkState::Loaded if matches!(chunk.state, ChunkState::Nothing) => { + //FIXME this keeps loading! self.thread.queue_load(position); }, ChunkState::Loaded if matches!(chunk.state, ChunkState::Rendered) => {