summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjoint.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-09 19:40:58 -0500
committerOz Linden <oz@lindenlab.com>2010-11-09 19:40:58 -0500
commita942a64b89f26fb2eda0aa6543856a35aa07e0c5 (patch)
treeaaa76bb6fedd4f9cbadf2edf119fc10c5a15419d /indra/newview/llviewerjoint.cpp
parentd87d73e253e377141c97b907355f116bfb8fac46 (diff)
parent54bf5d9de7e44a81ef86a420cfa285fdd9227abb (diff)
merge fixes for STORM-546
Diffstat (limited to 'indra/newview/llviewerjoint.cpp')
-rw-r--r--indra/newview/llviewerjoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjoint.cpp b/indra/newview/llviewerjoint.cpp
index 0cf5fe0ada..baf85d6884 100644
--- a/indra/newview/llviewerjoint.cpp
+++ b/indra/newview/llviewerjoint.cpp
@@ -257,7 +257,7 @@ U32 LLViewerJoint::render( F32 pixelArea, BOOL first_pass, BOOL is_dummy )
// if object is transparent, defer it, otherwise
// give the joint subclass a chance to draw itself
//----------------------------------------------------------------
- if ( gRenderForSelect || is_dummy )
+ if ( is_dummy )
{
triangle_count += drawShape( pixelArea, first_pass, is_dummy );
}