diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-26 20:53:15 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-04-26 20:53:15 +0100 |
commit | cc3b84d876f485acca515309fcddfd71ba73fc1f (patch) | |
tree | 8bfc70385512b6c812b71b9389217a746812d2ee /indra/newview/llvovolume.cpp | |
parent | 7d91a263a8a634b0148fcd9b1a3af28f7b58ca1c (diff) |
MAINT-8549 - comment tweak
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 88f2ba34d3..91ef64cb4b 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3728,7 +3728,6 @@ U32 LLVOVolume::getRenderCost(texture_cost_t &textures) const // weighted attachment - 1 point for every 3 bytes weighted_mesh = 1; } - } else { @@ -3897,7 +3896,7 @@ U32 LLVOVolume::getRenderCost(texture_cost_t &textures) const shame += media_faces * ARC_MEDIA_FACE_COST; } - // AXON streaming cost for animated objects includes a fixed cost + // Streaming cost for animated objects includes a fixed cost // per linkset. Add a corresponding charge here translated into // triangles, but not weighted by any graphics properties. if (isAnimatedObject() && isRootEdit()) |