fix cmake in linux

This commit is contained in:
MihailRis
2024-12-27 07:00:30 +03:00
parent 6cb0d315a8
commit d73c0b21f5
4 changed files with 4 additions and 4 deletions
-1
View File
@@ -31,7 +31,6 @@ void LightSolver::add(int x, int y, int z, int emission) {
}
void LightSolver::add(int x, int y, int z) {
assert (chunks != nullptr);
add(x,y,z, chunks.getLight(x,y,z, channel));
}