diff --git a/geom-exp.cpp b/geom-exp.cpp index 6d4512b1..3067b0b0 100644 --- a/geom-exp.cpp +++ b/geom-exp.cpp @@ -615,7 +615,7 @@ EX void select_quotient_screen() { } EX void select_quotient() { - if(meuclid && !aperiodic && !arcm::in() && !reg3::cubes_reg3 && !(cgflags & qFRACTAL)) { + if(meuclid && !aperiodic && !arcm::in() && !reg3::cubes_reg3 && !(cgflags & qFRACTAL) && !arb::in()) { euc::prepare_torus3(); pushScreen(euc::show_torus3); }