mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 15:12:48 +00:00
field quotients now count as confusing (animation did not work correctly in small field quotients)
This commit is contained in:
parent
300dfde6da
commit
5b5f36004b
@ -478,7 +478,7 @@ ld spherity(const transmatrix& V) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool confusingGeometry() {
|
bool confusingGeometry() {
|
||||||
return elliptic || (quotient & qSMALL) || torus;
|
return elliptic || quotient || torus;
|
||||||
}
|
}
|
||||||
|
|
||||||
ld master_to_c7_angle() {
|
ld master_to_c7_angle() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user