From 758ab0742c702477d3bbd50351209aa7c8ca18dc Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 8 Nov 2023 22:00:56 -0500 Subject: [PATCH] More tweaks --- 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 6005aa3f1d4..be2a4ad1e8a 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -2630,7 +2630,7 @@ bool LLVolume::unpackVolumeFacesInternal(const LLSD& mdl) continue; } - const LLSD::Binary& weights = mdl_face["Weights"]; + const LLSD::Binary& weights = mdl_face["Weights"].asBinary(); U32 idx = 0; -- GitLab