mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix inconsistent setting for cached smoke pdef
This commit is contained in:
parent
8519730ee4
commit
c30e9e511d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ local spawn_smoke = function(pos)
|
|||
for i, smoke_pdef in ipairs(smoke_pdef_cached) do
|
||||
smoke_pdef.minpos = new_minpos
|
||||
smoke_pdef.maxpos = new_maxpos
|
||||
mcl_particles.add_node_particlespawner(pos, smoke_pdef, "low")
|
||||
mcl_particles.add_node_particlespawner(pos, smoke_pdef, "high")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue