fix: PVS-Studio V522 mark false

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 23:00:10 +03:00
committed by Pugemon
parent 4efa574eec
commit 3621e7ce1b
18 changed files with 81 additions and 81 deletions
+2 -2
View File
@@ -150,8 +150,8 @@ void ChunksStorage::getVoxels(VoxelsVolume* volume, bool backlight) const {
light_t light = clights[cidx];
if (backlight) {
auto block =
indices->blocks.get(voxels[vidx].id);
if (block->lightPassing) {
indices->blocks.get(voxels[vidx].id); //FIXME: Potentional null pointer
if (block->lightPassing) { //-V522
light = Lightmap::combine(
min(15,
Lightmap::extract(light, 0) + 1),