fix an of-by-0.2 bug

This commit is contained in:
Tonton Th 2026-02-16 19:51:47 +01:00
parent ffd3f48b9d
commit 27b37f17dd

View File

@ -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 }