summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawable.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-07-14 01:32:31 -0500
committerDave Parks <davep@lindenlab.com>2011-07-14 01:32:31 -0500
commitddbd5cee7480e565e447486a21e67c301a716b1f (patch)
treeaca8acd7d8b5c0271101b19754a1ead043545ef4 /indra/newview/lldrawable.cpp
parent44c7c6feaa824f4049d326965cb066e76ebefee3 (diff)
parentf587af0af19afb52a2b8411f071defe420f8d48d (diff)
merge
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r--indra/newview/lldrawable.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index debac9dcbf..a5168fd897 100644
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -1524,6 +1524,11 @@ BOOL LLDrawable::isAnimating() const
return TRUE;
}
+ if (!LLVertexBuffer::sUseStreamDraw && mVObjp->isFlexible())
+ {
+ return TRUE;
+ }
+
return FALSE;
}