Warning fixes, refactor

This commit is contained in:
MihailRis
2023-09-19 23:25:17 +03:00
committed by GitHub
parent eaf1fa54cd
commit 4f20abe7ea
14 changed files with 67 additions and 55 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ void ChunksController::calculateLights() {
freeLoader->lights(chunk, (Chunk**)closes);
}
bool ChunksController::_buildMeshes(VoxelRenderer* renderer, int tick) {
bool ChunksController::_buildMeshes() {
const int w = chunks->w;
const int d = chunks->d;