summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertools.cpp
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2009-12-11 12:07:49 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2009-12-11 12:07:49 -0500
commitea3b99614327404f15f8c0cf98ae6d61bdd4572b (patch)
treed355c3058604832bc9b1b08f999a3c371d7e1d1f /indra/newview/llfloatertools.cpp
parent6d9fe27a251665ff73659dd1d60b78a2658601fb (diff)
parent3089e1a17a1f5bac1487fa56796f2b52244886e9 (diff)
Automated merge with ssh://nyx@hg.lindenlab.com/tulla/avatar-pipeline-2-0/
--HG-- branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-rw-r--r--indra/newview/llfloatertools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp
index 6ba032c152..d08d47bc81 100644
--- a/indra/newview/llfloatertools.cpp
+++ b/indra/newview/llfloatertools.cpp
@@ -991,7 +991,7 @@ S32 LLFloaterTools::calcRenderCost()
if (viewer_volume)
{
cost += viewer_volume->getRenderCost(textures);
- cost += textures.size() * 5;
+ cost += textures.size() * LLVOVolume::ARC_TEXTURE_COST;
textures.clear();
}
}