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
View File
@@ -72,6 +72,7 @@ void Lighting::buildSkyLight(int cx, int cz){
y--;
}
if (chunk->lightmap.getS(x, y, z) != 15) {
solverS->add(gx,y+1,gz);
for (; y >= 0; y--){
solverS->add(gx+1,y,gz);
solverS->add(gx-1,y,gz);