fix silly bug: Dynamics are to apply to root prim not child
parent
01b4b25cdb
commit
56e28c6c27
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue