diff options
| author | Euclid Linden <euclid@lindenlab.com> | 2021-03-02 22:04:37 +0000 |
|---|---|---|
| committer | Euclid Linden <euclid@lindenlab.com> | 2021-03-02 22:04:37 +0000 |
| commit | 9fdd1582774a928242b7fec91bbd951b123296e8 (patch) | |
| tree | 600cd078a00e80a33504c748540e333a34a4b30d /indra/newview/llvoavatar.cpp | |
| parent | 31bca613a6011f5e1a95cffafd283e445142557f (diff) | |
| parent | 363bc9d9d0fe4f42b0dfbdb7adeb9a481a4fe55b (diff) | |
Merged in DV525-merge-6.4.15 (pull request #483)
DRTVWR-525 merge up to 6.4.15
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index f69b9b3861..414a1da4fe 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -1140,7 +1140,6 @@ void LLVOAvatar::initInstance() //------------------------------------------------------------------------- if (LLCharacter::sInstances.size() == 1) { - LLKeyframeMotion::setVFS(gStaticVFS); registerMotion( ANIM_AGENT_DO_NOT_DISTURB, LLNullMotion::create ); registerMotion( ANIM_AGENT_CROUCH, LLKeyframeStandMotion::create ); registerMotion( ANIM_AGENT_CROUCHWALK, LLKeyframeWalkMotion::create ); |
