From 6a5a06c622682781aba75bf3029f3e77bd018d2c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 11 Sep 2020 11:22:26 +0200 Subject: [PATCH] fixed the graphics in OINF --- geometry.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geometry.cpp b/geometry.cpp index 1ccfb1a8..6f71ed2d 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -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;