X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgenerator.hpp;h=70c38f59941e517e62de8a9a6920db9610c235f4;hb=7ef94f4e55a0b798eecbcc7166a80b8364b21ea4;hp=3d7ceaff801d82bc2d16e011b4e4d844d4a4a801;hpb=e74f1ad236429f05db90c0ace825277e2a3fbc05;p=blank.git diff --git a/src/generator.hpp b/src/generator.hpp index 3d7ceaf..70c38f5 100644 --- a/src/generator.hpp +++ b/src/generator.hpp @@ -17,7 +17,7 @@ public: unsigned int solid_seed = 0; unsigned int type_seed = 0; float stretch = 64.0f; - float solid_threshold = 0.8f; + float solid_threshold = 0.5f; }; explicit Generator(const Config &);