1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 10:19:58 +00:00

disabled the HYBRID flag, embedded-into-products are not really hybrids

This commit is contained in:
Zeno Rogue 2022-12-08 21:20:31 +01:00
parent 0fd929a53b
commit 2857bc95dc

View File

@ -1156,7 +1156,6 @@ EX namespace geom3 {
g.kind = gcProduct; g.kind = gcProduct;
g.homogeneous_dimension--; g.homogeneous_dimension--;
g.sig[2] = g.sig[3]; g.sig[2] = g.sig[3];
gi.flags |= qHYBRID;
} }
if(among(spatial_embedding, seLowerCurvature, seLowerCurvatureInverted)) { if(among(spatial_embedding, seLowerCurvature, seLowerCurvatureInverted)) {