Revert "fix: optimization: Various PVS-Studio warnings"

This commit is contained in:
MihailRis
2024-08-02 14:51:44 +03:00
committed by GitHub
parent a7ef7bb365
commit ba046a52c0
90 changed files with 259 additions and 274 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ Lighting::Lighting(const Content* content, Chunks* chunks)
solverS = std::make_unique<LightSolver>(indices, chunks, 3);
}
Lighting::~Lighting() = default;
Lighting::~Lighting(){
}
void Lighting::clear(){
for (size_t index = 0; index < chunks->volume; index++){