fix silly bug: Dynamics are to apply to root prim not child

This commit is contained in:
UbitUmarov
2015-12-17 19:02:46 +00:00
parent 01b4b25cdb
commit 56e28c6c27

View File

@@ -4922,7 +4922,7 @@ SendFullUpdateToClient(remoteClient, Position) ignores position parameter
}
}
if (applyDynamics && LocalId != ParentGroup.RootPart.LocalId)
if (applyDynamics && LocalId == ParentGroup.RootPart.LocalId)
// do independent of isphysical so parameters get setted (at least some)
{
Velocity = velocity;