mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-21 08:00:25 +00:00
performing product on Catalan tilings no longer drops 'dual'
This commit is contained in:
parent
e6c0504beb
commit
e9862831ca
@ -1225,7 +1225,7 @@ EX void set_geometry(eGeometry target) {
|
||||
gp::param.second = 0;
|
||||
}
|
||||
#endif
|
||||
if(DUAL && geometry != gArchimedean)
|
||||
if(DUAL && geometry != gArchimedean && !hybri)
|
||||
variation = ginf[geometry].default_variation;
|
||||
#if CAP_BT
|
||||
if(bt::in() || WDIM == 3 || kite::in()) if(!hybri) variation = eVariation::pure;
|
||||
|
Loading…
Reference in New Issue
Block a user