Skip to content
Snippets Groups Projects
Commit f9b1b762 authored by William Todd Stinson's avatar William Todd Stinson
Browse files
parents 11eabd7d 8f9da8b3
No related branches found
No related tags found
No related merge requests found
...@@ -624,7 +624,9 @@ BOOL LLDrawable::updateMove() ...@@ -624,7 +624,9 @@ BOOL LLDrawable::updateMove()
{ {
return FALSE; return FALSE;
} }
makeActive();
BOOL done; BOOL done;
if (isState(MOVE_UNDAMPED)) if (isState(MOVE_UNDAMPED))
...@@ -633,7 +635,6 @@ BOOL LLDrawable::updateMove() ...@@ -633,7 +635,6 @@ BOOL LLDrawable::updateMove()
} }
else else
{ {
makeActive();
done = updateMoveDamped(); done = updateMoveDamped();
} }
return done; return done;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment