mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Merge pull request 'Fix issue with wrong lighting in caves' (#2657) from fix_cave_lighting into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2657
This commit is contained in:
commit
015e755401
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
|
||||
|
||||
return lvm_used, false
|
||||
return lvm_used, lvm_used
|
||||
end
|
||||
|
||||
local function block_fixes(vm, data, data2, emin, emax, area, minp, maxp, blockseed)
|
||||
|
|
Loading…
Reference in a new issue