diff options
author | Richard Nelson <none@none> | 2010-09-20 16:21:00 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-09-20 16:21:00 -0700 |
commit | 7c0a6df30a1d78611782767763b7710702b96336 (patch) | |
tree | ad84c3393e59b657a147e0f07f83130326332eeb /indra/newview/llagent.cpp | |
parent | 325991a002894011b1da8dd54b16b4cb15f77554 (diff) |
EXP-60 FIX not showing after Re-enabling Hints in same session
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index fec29eac17..c9bd7851ed 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1557,7 +1557,6 @@ void LLAgent::updateAgentPosition(const F32 dt, const F32 yaw_radians, const S32 if (mMoveTimer.getStarted() && mMoveTimer.getElapsedTimeF32() > gSavedSettings.getF32("NotMovingHintTimeout")) { LLFirstUse::notMoving(); - mMoveTimer.stop(); } propagate(dt); |