X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.cpp;fp=src%2Fworld%2FGenerator.cpp;h=3962252fa71837cf5152990a820dd03732f33ef1;hb=39df551265bff648c1ac166043bb4b046122cc8d;hp=c49dce17bf153d15bdc7dd12360254b2d86d137a;hpb=31a26883ebb253e9a73686b1cb0699b53884885e;p=blank.git diff --git a/src/world/Generator.cpp b/src/world/Generator.cpp index c49dce1..3962252 100644 --- a/src/world/Generator.cpp +++ b/src/world/Generator.cpp @@ -9,8 +9,8 @@ namespace blank { Generator::Generator(const Config &config) noexcept -: solidNoise(config.solid_seed) -, typeNoise(config.type_seed) +: solidNoise(config.seed) +, typeNoise(config.seed) , stretch(1.0f/config.stretch) , solid_threshold(config.solid_threshold) , space(0)