summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-02 21:33:46 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-05-02 21:33:46 +0100
commit0608bce54bc818774a38403e2252e25fb54d7ed6 (patch)
tree0e2be3bcf917cf8d142b81cfdff91f6e09c8ee1d /indra/newview/llvovolume.cpp
parent0dc944bd4a9aa48582ee0196a55c2759806acc64 (diff)
MAINT-8608 - more detailed logging of issues with object animation requests.
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 91ef64cb4b..e08379af09 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3696,7 +3696,7 @@ U32 LLVOVolume::getRenderCost(texture_cost_t &textures) const
{
if (isAnimatedObject() && isRiggedMesh())
{
- // AXON Scaling here is to make animated object vs
+ // Scaling here is to make animated object vs
// non-animated object ARC proportional to the
// corresponding calculations for streaming cost.
num_triangles = (ANIMATED_OBJECT_COST_PER_KTRI * 0.001 * costs.getEstTrisForStreamingCost())/0.06;