mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-25 08:18:43 -06:00
add note
This commit is contained in:
parent
07582f968d
commit
932c2086f0
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue