From c0fca6e66557cac7c94fe3b1a7983108cb4ee58e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Dec 2017 09:54:02 +0100 Subject: [PATCH] fixed the basic floor in nontruncated four hexagons --- polygons.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polygons.cpp b/polygons.cpp index 665e0b59..f1504e1a 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -1260,10 +1260,12 @@ void buildpolys() { if(a4 && nontruncated) fac94 *= 1.1; + if(a46 && nontruncated) fac94 *= .9; + double floorrad0 = shexf*fac80*spzoom; double floorrad1 = strict ? hcrossf : euclid ? shexf*fac80*spzoom : shexf*fac94; - + bshape(shFloor[0], PPR_FLOOR); for(int t=0; t<=S6; t++) hpcpush(ddi(S7 + t*S14, floorrad0) * C0);