diff options
Diffstat (limited to 'src/Generating/BioGen.cpp')
-rw-r--r-- | src/Generating/BioGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/BioGen.cpp b/src/Generating/BioGen.cpp index a3cc20247..a830f6a43 100644 --- a/src/Generating/BioGen.cpp +++ b/src/Generating/BioGen.cpp @@ -942,7 +942,7 @@ public: { auto FinalRivers = - std::make_shared<cIntGenChoice<2, 7>>(a_Seed + 12) + std::make_shared<cIntGenChoice<2, 7>>(a_Seed + 12) >> MakeIntGen<cIntGenZoom <10>>(a_Seed + 11) >> MakeIntGen<cIntGenSmooth<8>>(a_Seed + 6) >> MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5) |