diff options
Diffstat (limited to 'indra')
| -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()) | 
