X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2FGenerator.hpp;fp=src%2Fworld%2FGenerator.hpp;h=b3cb61f891e5bef8f8535f5a4a52980747f9145f;hb=39df551265bff648c1ac166043bb4b046122cc8d;hp=a2ae18a3e99fa56450f57c88abd8e4deea8d2f33;hpb=31a26883ebb253e9a73686b1cb0699b53884885e;p=blank.git diff --git a/src/world/Generator.hpp b/src/world/Generator.hpp index a2ae18a..b3cb61f 100644 --- a/src/world/Generator.hpp +++ b/src/world/Generator.hpp @@ -16,8 +16,7 @@ class Generator { public: struct Config { - unsigned int solid_seed = 0; - unsigned int type_seed = 0; + unsigned int seed = 0; float stretch = 64.0f; float solid_threshold = 0.5f; };