From 58ed702a7727983ea89f2210add453ffc8dac06a Mon Sep 17 00:00:00 2001 From: TJ Date: Mon, 19 Jan 2026 11:16:58 +1000 Subject: Fix hollowed prims not shading correctly and appearing not smooth (#3013, #5293) --- indra/llmath/llvolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index ecc5a7b0c5..c74ea3e42b 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -912,7 +912,7 @@ bool LLProfile::generate(const LLProfileParams& params, bool path_open,F32 detai case LL_PCODE_HOLE_CIRCLE: case LL_PCODE_HOLE_SAME: default: - addHole(params, true, circle_detail, 0, hollow, 1.f); + addHole(params, false, circle_detail, 0, hollow, 1.f); break; } } -- cgit v1.3