nothing actually done

This commit is contained in:
MihailRis
2024-05-18 03:49:34 +03:00
parent 693f50eb87
commit d3c9911640
4 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void BlocksController::randomTick(int tickid, int parts) {
int index = z * w + x;
if ((index + tickid) % parts != 0)
continue;
auto chunk = chunks->chunks[index];
auto& chunk = chunks->chunks[index];
if (chunk == nullptr || !chunk->isLighted())
continue;
for (int s = 0; s < segments; s++) {