mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 23:49:53 +00:00
fixed the euc_in_noniso function
This commit is contained in:
parent
585ab12e4f
commit
a20ee8e716
@ -1132,7 +1132,7 @@ EX namespace geom3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool euc_in_noniso() {
|
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() {
|
EX bool sph_in_euc() {
|
||||||
|
Loading…
Reference in New Issue
Block a user