From 27b37f17dd158f91f85c8bbf8e9ff49211b4e1b6 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 16 Feb 2026 19:51:47 +0100 Subject: [PATCH] fix an of-by-0.2 bug --- xperiment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xperiment.inc b/xperiment.inc index 2e487e6..d387510 100644 --- a/xperiment.inc +++ b/xperiment.inc @@ -43,7 +43,7 @@ union { #for (foo, 0, 359.99, 15) #local Dx = Ra * sin(radians(foo)); #local Dz = Ra * cos(radians(foo)); - cylinder { 0, y*(3.2*KY), Rb*0.72 + cylinder { 0, y*(3*KY), Rb*0.72 #local R = rand(Rng1); #if (R < 0.67) texture { tPlasticPrune } #else texture { tPlasticGreen }