mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 19:00:35 +00:00
fixup to last
This commit is contained in:
parent
0873fe2088
commit
c155491ca2
@ -130,10 +130,7 @@ EX namespace geom3 {
|
||||
bool isphere = g.kind == gcSphere;
|
||||
bool ieuc_or_binary = ieuclid || (gi.flags & qBINARY);
|
||||
|
||||
// if(spatial_embedding == seProduct && !ieuclid) g = giProduct, g.sig[2] = og.sig[2];
|
||||
|
||||
if(spatial_embedding == seProduct && !ieuclid) g = giProduct, g.sig[2] = og.sig[2];
|
||||
|
||||
if(spatial_embedding == seProductH && ieuclid) g = giProductH;
|
||||
if(spatial_embedding == seProductS && ieuclid) g = giProductS;
|
||||
if(spatial_embedding == seLowerCurvature) g = (isphere ? giEuclid3 : giHyperb3);
|
||||
|
Loading…
Reference in New Issue
Block a user