mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-01 11:19:43 +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() {
|
||||
return quotient;
|
||||
return quotient || elliptic;
|
||||
}
|
||||
|
||||
EX ld master_to_c7_angle() {
|
||||
|
||||
Reference in New Issue
Block a user