1
0

Fixed Style

Still fails CheckBasicStyle.lua dua to issue with rvalue references and templates
This commit is contained in:
Tycho
2015-03-01 14:51:07 +00:00
parent 3f61255fe1
commit bdea6c92b3
2 changed files with 15 additions and 13 deletions

View File

@@ -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)