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

LSLKeyTest
UbitUmarov 2015-12-17 19:02:46 +00:00
parent 01b4b25cdb
commit 56e28c6c27
1 changed files with 1 additions and 1 deletions

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) // do independent of isphysical so parameters get setted (at least some)
{ {
Velocity = velocity; Velocity = velocity;