diff options
author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-09-30 13:36:04 -0700 |
---|---|---|
committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-09-30 13:36:04 -0700 |
commit | d0e32770d75980f7a2d4f22006fa98229abae407 (patch) | |
tree | 2b36271a7364851ef7dec6c40013845bb091ba41 /indra/newview/llfloateranimpreview.cpp | |
parent | b26f7f5a6bfadde1f556f4b3aec62176ed514b83 (diff) | |
parent | ef0dd59a7f5759abad516b851b049d47d90e65bc (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloateranimpreview.cpp')
-rw-r--r-- | indra/newview/llfloateranimpreview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloateranimpreview.cpp b/indra/newview/llfloateranimpreview.cpp index 61be8ce77d..1f334815d6 100644 --- a/indra/newview/llfloateranimpreview.cpp +++ b/indra/newview/llfloateranimpreview.cpp @@ -1033,7 +1033,6 @@ LLPreviewAnimation::LLPreviewAnimation(S32 width, S32 height) : LLViewerDynamicT mDummyAvatar->updateGeometry(mDummyAvatar->mDrawable); mDummyAvatar->startMotion(ANIM_AGENT_STAND, BASE_ANIM_TIME_OFFSET); mDummyAvatar->hideSkirt(); - gPipeline.markVisible(mDummyAvatar->mDrawable, *LLViewerCamera::getInstance()); // stop extraneous animations mDummyAvatar->stopMotion( ANIM_AGENT_HEAD_ROT, TRUE ); |