mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
fixed variation not showing
This commit is contained in:
parent
d1813b5ad1
commit
0a9141d940
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user