diff options
author | Merov Linden <merov@lindenlab.com> | 2010-09-08 23:06:01 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-09-08 23:06:01 -0700 |
commit | 657f75b89de4cfd5ade82e3bc30e236cd2533017 (patch) | |
tree | 09d6b1bcf6a89795dfa1bf5b8acaa1de77344ee3 /indra/newview/llvoavatarself.cpp | |
parent | 39e5d2ecf04deceda92d6a53413298ca1c3bc0c7 (diff) | |
parent | a2fb3fabc7926dd105393391f334baa78f232640 (diff) |
Pull from lindenlab/viewer-development
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r-- | indra/newview/llvoavatarself.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 1a5d7289f4..a231afad3f 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -635,6 +635,7 @@ BOOL LLVOAvatarSelf::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) return TRUE; } LLVOAvatar::idleUpdate(agent, world, time); + idleUpdateTractorBeam(); return TRUE; } |