diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 88f2ba34d3ef324dec317e7d36f117212b28cf81..91ef64cb4b502887af7b6034c5f9b0e5680bea98 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())