Missed a spot for 487.
This commit is contained in:
@@ -4335,7 +4335,8 @@ BOOL LLVOAvatar::updateCharacter(LLAgent &agent)
|
|||||||
}
|
}
|
||||||
LLVector3 velDir = getVelocity();
|
LLVector3 velDir = getVelocity();
|
||||||
velDir.normalize();
|
velDir.normalize();
|
||||||
if ( mSignaledAnimations.find(ANIM_AGENT_WALK) != mSignaledAnimations.end())
|
static LLCachedControl<bool> TurnAround("TurnAroundWhenWalkingBackwards");
|
||||||
|
if (!TurnAround && (mSignaledAnimations.find(ANIM_AGENT_WALK) != mSignaledAnimations.end()))
|
||||||
{
|
{
|
||||||
F32 vpD = velDir * primDir;
|
F32 vpD = velDir * primDir;
|
||||||
if (vpD < -0.5f)
|
if (vpD < -0.5f)
|
||||||
|
|||||||
Reference in New Issue
Block a user