mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +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() {
|
||||
return quotient;
|
||||
return quotient || elliptic;
|
||||
}
|
||||
|
||||
EX ld master_to_c7_angle() {
|
||||
|
Loading…
Reference in New Issue
Block a user