aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjointattachment.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerjointattachment.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerjointattachment.cpp b/linden/indra/newview/llviewerjointattachment.cpp
index 42b8d9a..2517250 100644
--- a/linden/indra/newview/llviewerjointattachment.cpp
+++ b/linden/indra/newview/llviewerjointattachment.cpp
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2008, Linden Research, Inc. 7 * Copyright (c) 2002-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -138,6 +138,8 @@ void LLViewerJointAttachment::setupDrawable(LLDrawable* drawablep)
138 { 138 {
139 childp->mDrawable->setState(LLDrawable::USE_BACKLIGHT); 139 childp->mDrawable->setState(LLDrawable::USE_BACKLIGHT);
140 gPipeline.markTextured(childp->mDrawable); // face may need to change draw pool to/from POOL_HUD 140 gPipeline.markTextured(childp->mDrawable); // face may need to change draw pool to/from POOL_HUD
141 gPipeline.markMoved(childp->mDrawable);
142
141 if(mIsHUDAttachment) 143 if(mIsHUDAttachment)
142 { 144 {
143 for (S32 face_num = 0; face_num < childp->mDrawable->getNumFaces(); face_num++) 145 for (S32 face_num = 0; face_num < childp->mDrawable->getNumFaces(); face_num++)