diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-05 17:20:42 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-05 17:20:42 -0500 |
commit | bf6d1670756ba96abde570e7dbbf94c62c71ca5b (patch) | |
tree | be67669c54a5d9629a2e53c2387f9be7d917c8f4 /indra/newview/llviewerobject.cpp | |
parent | 5f4d1d804622572d02063d5712e6f5be68752e8d (diff) | |
parent | bfd6a0c6b9bb4b05d6705c722d330b49195d5b0c (diff) |
pull back DRTVWR-217 and tag for 3.4.2-beta1
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 2bc7430e06..2fe6cd578b 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -2192,7 +2192,7 @@ void LLViewerObject::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) } updateDrawable(FALSE); -} + } } |