X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FGenerator.hpp;h=b3cb61f891e5bef8f8535f5a4a52980747f9145f;hb=dbfcb12348b80e2582f710acb1e4ed0011889ba2;hp=a2ae18a3e99fa56450f57c88abd8e4deea8d2f33;hpb=b7d09e1e35ef90282c97509e0020b20db3c7ea9f;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; };