Fixed lighting artifacts, improved chunks loading speed

- No more dark lines while loading chunks
- Less lighting recalculations
- Less chunks mesh rebuilding
This commit is contained in:
MihailRis
2022-03-06 01:20:51 +03:00
committed by GitHub
parent 10125808c0
commit 30c2d9889e
4 changed files with 19 additions and 42 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
return current != nullptr;
}
void perform(Chunk* chunk, const Chunk** closes);
void perform(Chunk* chunk, Chunk** closes_passed);
void stop(){
working = false;