mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Found several cases where prim set physical were not subscribing to physics events.
This commit is contained in:
@@ -449,7 +449,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
new PhysicsVector(rootPart.Scale.X, rootPart.Scale.Y, rootPart.Scale.Z),
|
||||
new Quaternion(rootPart.RotationOffset.W, rootPart.RotationOffset.X,
|
||||
rootPart.RotationOffset.Y, rootPart.RotationOffset.Z), UsePhysics);
|
||||
|
||||
rootPart.doPhysicsPropertyUpdate(UsePhysics);
|
||||
|
||||
}
|
||||
rootPart.ScheduleFullUpdate();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user