diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-06 12:11:53 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-06 12:11:53 -0500 |
commit | f5b54c10cfd66c5851dfdbd004ca24b8c89ac971 (patch) | |
tree | abefe70cc6e3f2eb227ff6e44b02290e36b928db /indra/newview/llviewerobject.cpp | |
parent | 6a81a8f14cccae01b601b9ab7eba2f3c715dbc0d (diff) | |
parent | bfd6a0c6b9bb4b05d6705c722d330b49195d5b0c (diff) |
pull back changes from 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); -} + } } |