fixed variation not showing

This commit is contained in:
Zeno Rogue 2023-03-29 09:02:41 +02:00
parent d1813b5ad1
commit 0a9141d940
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ EX void showEuclideanMenu() {
menuitem_nilwidth('v');
}
else if((WDIM == 3 || aperiodic || arb::in()) && !reg3::in() && geometry != gCubeTiling) dialog::addBreak(100);
else if(cgclass && qFRACTAL)
else if(cgclass & qFRACTAL)
dialog::addBreak(100);
else
menuitem_change_variation('v');