mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
add note
This commit is contained in:
parent
07582f968d
commit
932c2086f0
|
@ -68,6 +68,7 @@ impl World {
|
||||||
chunk.state = ChunkState::Nothing;
|
chunk.state = ChunkState::Nothing;
|
||||||
},
|
},
|
||||||
ChunkState::Loaded if matches!(chunk.state, ChunkState::Nothing) => {
|
ChunkState::Loaded if matches!(chunk.state, ChunkState::Nothing) => {
|
||||||
|
//FIXME this keeps loading!
|
||||||
self.thread.queue_load(position);
|
self.thread.queue_load(position);
|
||||||
},
|
},
|
||||||
ChunkState::Loaded if matches!(chunk.state, ChunkState::Rendered) => {
|
ChunkState::Loaded if matches!(chunk.state, ChunkState::Rendered) => {
|
||||||
|
|
Loading…
Reference in a new issue