From ea2fa54635f5180189db0a240fc11ca91df6541c Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Thu, 14 Oct 2010 11:27:19 -0500 Subject: Make radius on viewer match radius on simulator for streaming cost estimation. --- indra/newview/llvovolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3