forked from VoxeLibre/VoxeLibre
Fix warning in tsm_railcorridors
This commit is contained in:
parent
2f74aea6f5
commit
4f8377b161
|
@ -124,7 +124,6 @@ local function InitRandomizer(seed)
|
||||||
-- Used for cobweb generation, both noises have to reach a high value for cobwebs to appear
|
-- Used for cobweb generation, both noises have to reach a high value for cobwebs to appear
|
||||||
webperlin_major = PerlinNoise(934, 3, 0.6, 500)
|
webperlin_major = PerlinNoise(934, 3, 0.6, 500)
|
||||||
webperlin_minor = PerlinNoise(834, 3, 0.6, 50)
|
webperlin_minor = PerlinNoise(834, 3, 0.6, 50)
|
||||||
pr_inited = true
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local carts_table = {}
|
local carts_table = {}
|
||||||
|
|
Loading…
Reference in New Issue