mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
confusingGeometry() now returns true in elliptic (rotspaces have elliptic but not quotient)
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user