diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-03 18:38:42 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-03 18:38:42 +0100 |
commit | 50ea7b1b2259522e0d614b6eda5f8b262afe56c1 (patch) | |
tree | 5c0f862a2b6b554cba9f737745e7d1733f6c524b /indra/newview/llvoavatarself.cpp | |
parent | 63f2ddf377fa0fc6a666cdc1001289335d86258b (diff) | |
parent | 656158ce6eef5b9069520fd33d45c6d1868b5e47 (diff) |
Merge Zai Lynch's http://bitbucket.org/ZaiLynch/vwr-19505
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; } |