mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-16 21:34:08 +00:00
confusingGeometry() now returns true in elliptic (rotspaces have elliptic but not quotient)
This commit is contained in:
parent
4d54057108
commit
036502f63e
@ -997,7 +997,7 @@ EX ld spherity(const transmatrix& V) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool confusingGeometry() {
|
EX bool confusingGeometry() {
|
||||||
return quotient;
|
return quotient || elliptic;
|
||||||
}
|
}
|
||||||
|
|
||||||
EX ld master_to_c7_angle() {
|
EX ld master_to_c7_angle() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user