fixed the Prairie bug

This commit is contained in:
Zeno Rogue 2018-07-03 04:18:42 +02:00
parent ae51914cea
commit 1286c66e85
1 changed files with 1 additions and 1 deletions

View File

@ -2844,7 +2844,7 @@ namespace prairie {
vector<cell*> whirlline;
whirlline.push_back(c);
cell *c2 = prev(c);
while(c2 && !cl.add(c2)) {
while(c2 && cl.add(c2)) {
whirlline.push_back(c2);
c2 = prev(c2);
// in sphere/quotient geometries, never break before a bull