Fixed lighting glitches as advised by v-rob

https://forum.minetest.net/viewtopic.php?p=320411#p320411
master
entuland 2018-06-03 14:46:40 +02:00
parent 866d694758
commit 55f15222ec
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ function wesh._load_mesh(obj_filename)
local props = {
drawtype = "mesh",
mesh = obj_filename,
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "facedir",
description = description .. " (" .. variant .. ")",
tiles = { tile },