no more bugs in the Prairie

This commit is contained in:
Zeno Rogue 2019-06-01 20:02:33 +02:00
parent 01763d4f12
commit 3d08d359ee
1 changed files with 5 additions and 2 deletions

View File

@ -2861,8 +2861,11 @@ namespace prairie {
c->LHU.fi.flowerdist = 8;
c->LHU.fi.walldist = 8;
c->LHU.fi.walldist2 = 8;
if(euwrap) { // fix cylinder
if(chaosmode) {
c->LHU.fi.rval = 0;
}
else if(euwrap) { // fix cylinder
c->LHU.fi.rval = 0;
}
else if(euclid) {