mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 03:15:35 -04:00
world renderer: fix some chunks not get rendered magically
This commit is contained in:
parent
f4c707aae0
commit
6cff8c6278
@ -496,7 +496,7 @@ class WorldRenderer(
|
||||
culledQueue[item.chunkPosition]?.let {
|
||||
it.remove(item.sectionHeight)
|
||||
if (it.isEmpty()) {
|
||||
loadedMeshes -= item.chunkPosition
|
||||
culledQueue -= item.chunkPosition
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user