summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-09-08 23:06:01 -0700
committerMerov Linden <merov@lindenlab.com>2010-09-08 23:06:01 -0700
commit657f75b89de4cfd5ade82e3bc30e236cd2533017 (patch)
tree09d6b1bcf6a89795dfa1bf5b8acaa1de77344ee3 /indra/newview/llvoavatarself.cpp
parent39e5d2ecf04deceda92d6a53413298ca1c3bc0c7 (diff)
parenta2fb3fabc7926dd105393391f334baa78f232640 (diff)
Pull from lindenlab/viewer-development
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp1
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;
}