1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-22 14:02:05 +00:00

fixed the euc_in_noniso function

This commit is contained in:
Zeno Rogue
2022-12-15 19:21:16 +01:00
parent 585ab12e4f
commit a20ee8e716
+1 -1
View File
@@ -1132,7 +1132,7 @@ EX namespace geom3 {
}
EX bool euc_in_noniso() {
return among(ggclass(), gcNil, gcSol, gcNIH, gcSolN) && nonisotropic;
return among(ggclass(), gcNil, gcSol, gcNIH, gcSolN) && mgclass() == gcEuclid;
}
EX bool sph_in_euc() {