mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
fix silly bug: Dynamics are to apply to root prim not child
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user