diff options
| author | William Todd Stinson <stinson@lindenlab.com> | 2012-11-09 16:44:49 -0800 |
|---|---|---|
| committer | William Todd Stinson <stinson@lindenlab.com> | 2012-11-09 16:44:49 -0800 |
| commit | ef26660c3087d848899023e8986db2aec752cf3f (patch) | |
| tree | ba4e6d0d926636d7c070cd1405cb7e98d0d4e541 /indra/newview/lldrawable.cpp | |
| parent | 1cf636f7e712fb5ea1c71130ab1c7427eb9cad7a (diff) | |
| parent | 42c957e9d823ee5124fa1ac992fc0e803a3b0d9a (diff) | |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/newview/lldrawable.cpp')
| -rw-r--r-- | indra/newview/lldrawable.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index 954fd429a5..4894d63e13 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -624,7 +624,9 @@ BOOL LLDrawable::updateMove() { return FALSE; } - + + makeActive(); + BOOL done; if (isState(MOVE_UNDAMPED)) @@ -633,7 +635,6 @@ BOOL LLDrawable::updateMove() } else { - makeActive(); done = updateMoveDamped(); } return done; |
