mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 03:52:48 +00:00
fixed the graphics in OINF
This commit is contained in:
parent
804e426c2a
commit
6a5a06c622
@ -531,6 +531,8 @@ void geometry_information::prepare_basics() {
|
|||||||
|
|
||||||
hcrossf = euclid ? tessf / 2 / sin(M_PI/s3) : edge_of_triangle_with_angles(M_PI/2, M_PI/S7, beta/2);
|
hcrossf = euclid ? tessf / 2 / sin(M_PI/s3) : edge_of_triangle_with_angles(M_PI/2, M_PI/S7, beta/2);
|
||||||
|
|
||||||
|
if(S3 >= OINF) hcrossf = 10;
|
||||||
|
|
||||||
crossf = BITRUNCATED ? hcrossf : tessf;
|
crossf = BITRUNCATED ? hcrossf : tessf;
|
||||||
|
|
||||||
fmin = 0, fmax = tessf;
|
fmin = 0, fmax = tessf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user