fixed the graphics in OINF

This commit is contained in:
Zeno Rogue 2020-09-11 11:22:26 +02:00
parent 804e426c2a
commit 6a5a06c622
1 changed files with 2 additions and 0 deletions

View File

@ -530,6 +530,8 @@ void geometry_information::prepare_basics() {
if(elliptic && S7 == 4 && !fake::in()) tessf = M_PI/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;