diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-16 16:03:06 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-06-16 16:03:06 +0100 |
commit | b2a06578187af5446b5e24379abc8764f0cd731f (patch) | |
tree | 7392a0b4ff299c49145adcfd0cf61f51ae3a9445 /indra/llcharacter/lljoint.cpp | |
parent | c5dc0ee36e8d17fd0cf25f5a1fbdfb8609a64ee0 (diff) |
SL-697 - global scale function for LLControlAvatar, to support arbitrary scaling of animated objects. Not currently used.
Diffstat (limited to 'indra/llcharacter/lljoint.cpp')
-rw-r--r-- | indra/llcharacter/lljoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/lljoint.cpp b/indra/llcharacter/lljoint.cpp index a3d5679f65..89335a20f5 100644 --- a/indra/llcharacter/lljoint.cpp +++ b/indra/llcharacter/lljoint.cpp @@ -881,7 +881,7 @@ void LLJoint::setWorldRotation( const LLQuaternion& rot ) //-------------------------------------------------------------------- const LLVector3& LLJoint::getScale() { - return mXform.getScale(); + return mXform.getScale(); } //-------------------------------------------------------------------- |