summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-07-19 09:59:03 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-07-19 09:59:03 -0400
commit8b8fdd0bdd3a26fc889ebdfac73d7805fda7123b (patch)
treedd1073ab359cfa71c23b22cf9e60ef16d9030998 /indra/newview/llvovolume.cpp
parenta6a0d5dda70de972ca1e386534284e2e93f29903 (diff)
parent3ce04f335e640ef9a00b00aae94ef2de841a1f7b (diff)
merge
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index e6da8eb89d..4723ec9bd1 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3096,7 +3096,7 @@ U32 LLVOVolume::getRenderCost(std::set<LLUUID> &textures) const
F32 LLVOVolume::getStreamingCost(S32* bytes, S32* visible_bytes)
{
- F32 radius = getScale().length();
+ F32 radius = getScale().length()*0.5f;
if (isMesh())
{