MAINT-1755: Correcting behavior when llTargetOmega is called with zero spin rate.

master
William Todd Stinson 2012-11-09 17:55:44 -08:00
parent c45ef5fc39
commit bd1245f878
1 changed files with 1 additions and 1 deletions

View File

@ -2126,7 +2126,7 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,
}
else if (new_angv != old_angv)
{
if (flagUsePhysics() || new_angv.isExactlyZero())
if (flagUsePhysics())
{
resetRot();
}