diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 805c9ad..2731274 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -4880,6 +4880,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4880 | PhysicsActor.OnOutOfBounds += OutOfBoundsCall; // Called for PhysicsActors when there's something wrong | 4880 | PhysicsActor.OnOutOfBounds += OutOfBoundsCall; // Called for PhysicsActors when there's something wrong |
4881 | PhysicsActor.SubscribeEvents(100); | 4881 | PhysicsActor.SubscribeEvents(100); |
4882 | PhysicsActor.LocalID = LocalId; | 4882 | PhysicsActor.LocalID = LocalId; |
4883 | PhysicsActor.SetAlwaysRun = m_setAlwaysRun; | ||
4883 | } | 4884 | } |
4884 | 4885 | ||
4885 | private void OutOfBoundsCall(Vector3 pos) | 4886 | private void OutOfBoundsCall(Vector3 pos) |