diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 24755b3..f6a6461 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -553,6 +553,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
553 | new PhysicsVector(rootPart.Scale.X, rootPart.Scale.Y, rootPart.Scale.Z), | 553 | new PhysicsVector(rootPart.Scale.X, rootPart.Scale.Y, rootPart.Scale.Z), |
554 | new Quaternion(rootPart.RotationOffset.W, rootPart.RotationOffset.X, | 554 | new Quaternion(rootPart.RotationOffset.W, rootPart.RotationOffset.X, |
555 | rootPart.RotationOffset.Y, rootPart.RotationOffset.Z), UsePhysics); | 555 | rootPart.RotationOffset.Y, rootPart.RotationOffset.Z), UsePhysics); |
556 | rootPart.doPhysicsPropertyUpdate(UsePhysics); | ||
556 | } | 557 | } |
557 | MainLog.Instance.Verbose("Loaded " + PrimsFromDB.Count.ToString() + " SceneObject(s)"); | 558 | MainLog.Instance.Verbose("Loaded " + PrimsFromDB.Count.ToString() + " SceneObject(s)"); |
558 | } | 559 | } |