This commit is contained in:
MihailRis
2024-05-06 17:35:05 +03:00
parent b3a1cad0e1
commit 3c6089225f
16 changed files with 633 additions and 638 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Lighting::~Lighting(){
}
void Lighting::clear(){
for (unsigned int index = 0; index < chunks->volume; index++){
for (size_t index = 0; index < chunks->volume; index++){
auto chunk = chunks->chunks[index];
if (chunk == nullptr)
continue;