summaryrefslogtreecommitdiff
path: root/indra/llmath
diff options
context:
space:
mode:
authorTJ <tj8@live.com.au>2026-01-19 11:16:58 +1000
committerGitHub <noreply@github.com>2026-01-19 03:16:58 +0200
commit58ed702a7727983ea89f2210add453ffc8dac06a (patch)
tree03163a98c4cb77648a88be956759259803e0e174 /indra/llmath
parent6d8c0d0d57ba28ae00bcdbd3617e54a63507e508 (diff)
Fix hollowed prims not shading correctly and appearing not smooth (#3013, #5293)
Diffstat (limited to 'indra/llmath')
-rw-r--r--indra/llmath/llvolume.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}