diff options
-rw-r--r-- | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 8e8ece829b..06c6fe74ce 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3213,7 +3213,7 @@ F32 LLVOVolume::getStreamingCost() { const LLSD& header = gMeshRepo.getMeshHeader(getVolume()->getParams().getSculptID()); - F32 radius = getRadius(); + F32 radius = getScale().length(); return LLMeshRepository::getStreamingCost(header, radius); } |