From 96cd518710c4a747c40cf3022469727be5f688f4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 1 May 2018 19:35:25 +0200 Subject: [PATCH] fixed the zebra3 pattern on gp --- pattern2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pattern2.cpp b/pattern2.cpp index 29431449..2af89392 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -301,7 +301,6 @@ int zebra40(cell *c) { int zebra3(cell *c) { if(c->type != 6) return (c->master->zebraval/10)/4; else if(sphere || S7>7 || S6>6) return 0; - else if(gp::on) return zebra40(c->master->c7); else { int ii[3]; auto ar = gp::get_masters(c);