diff options
author | ZaiLynch <none@none> | 2010-08-26 09:03:37 +0200 |
---|---|---|
committer | ZaiLynch <none@none> | 2010-08-26 09:03:37 +0200 |
commit | 656158ce6eef5b9069520fd33d45c6d1868b5e47 (patch) | |
tree | 62920badc0deb35f4ec094f5f164f8c62896e8df /indra/newview/llvoavatarself.cpp | |
parent | 6fcde580c3a2e6cc62bfab52bd47cae8726c56d4 (diff) |
fix for 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 a28482b4de..26fab47ae0 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -634,6 +634,7 @@ BOOL LLVOAvatarSelf::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) return TRUE; } LLVOAvatar::idleUpdate(agent, world, time); + idleUpdateTractorBeam(); return TRUE; } |