From 3d08d359ee23e85a2ba4980d003af1da842031d2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 1 Jun 2019 20:02:33 +0200 Subject: [PATCH] no more bugs in the Prairie --- complex.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/complex.cpp b/complex.cpp index 66878dfc..a38285db 100644 --- a/complex.cpp +++ b/complex.cpp @@ -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) {