limit chunks non-unloading zone to a circle

This commit is contained in:
MihailRis
2025-07-13 15:57:57 +03:00
parent b02b454573
commit 15a778299c
6 changed files with 68 additions and 6 deletions
+4
View File
@@ -419,3 +419,7 @@ void Chunks::getVoxels(VoxelsVolume& volume, bool backlight) const {
void Chunks::saveAndClear() {
areaMap.clear();
}
void Chunks::remove(int32_t x, int32_t z) {
areaMap.remove(x, z);
}