1
0
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:
Zeno Rogue 2019-12-27 01:52:14 +01:00
parent e6c0504beb
commit e9862831ca

View File

@ -1225,7 +1225,7 @@ EX void set_geometry(eGeometry target) {
gp::param.second = 0; gp::param.second = 0;
} }
#endif #endif
if(DUAL && geometry != gArchimedean) if(DUAL && geometry != gArchimedean && !hybri)
variation = ginf[geometry].default_variation; variation = ginf[geometry].default_variation;
#if CAP_BT #if CAP_BT
if(bt::in() || WDIM == 3 || kite::in()) if(!hybri) variation = eVariation::pure; if(bt::in() || WDIM == 3 || kite::in()) if(!hybri) variation = eVariation::pure;