1
0
mirror of https://gitlab.com/gaelysam/mapgen_rivers.git synced 2025-04-21 20:10:28 +02:00

Removed duplicate calls to 2 scripts

This commit is contained in:
Gael-de-Sailly 2020-11-10 13:18:02 +01:00
parent 36b49a7fe2
commit 9475b49b8d

@ -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