mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2025-01-01 05:50:34 +01:00
Removed duplicate calls to 2 scripts
This commit is contained in:
parent
36b49a7fe2
commit
9475b49b8d
4
init.lua
4
init.lua
@ -12,10 +12,6 @@ local use_distort = mapgen_rivers.distort
|
|||||||
|
|
||||||
dofile(modpath .. 'noises.lua')
|
dofile(modpath .. 'noises.lua')
|
||||||
|
|
||||||
local make_polygons = dofile(modpath .. 'polygons.lua')
|
|
||||||
|
|
||||||
local transform_quadri = dofile(modpath .. 'geometry.lua')
|
|
||||||
|
|
||||||
local heightmaps = dofile(modpath .. 'heightmap.lua')
|
local heightmaps = dofile(modpath .. 'heightmap.lua')
|
||||||
|
|
||||||
-- Linear interpolation
|
-- Linear interpolation
|
||||||
|
Loading…
Reference in New Issue
Block a user