mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix issue with wrong lighting in caves
This commit is contained in:
parent
103cde2db4
commit
642559c758
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ local function world_structure(vm, data, data2, emin, emax, area, minp, maxp, bl
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return lvm_used, false
|
return lvm_used, lvm_used
|
||||||
end
|
end
|
||||||
|
|
||||||
local function block_fixes(vm, data, data2, emin, emax, area, minp, maxp, blockseed)
|
local function block_fixes(vm, data, data2, emin, emax, area, minp, maxp, blockseed)
|
||||||
|
|
Loading…
Reference in a new issue