diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-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 62d7011..432ce46 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2314,6 +2314,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2314 | // followed suggestion from mic bowman. reversed the two lines below. | 2314 | // followed suggestion from mic bowman. reversed the two lines below. |
2315 | if (m_parentID == 0 && m_physicsActor != null || m_parentID != 0) // Check that we have a physics actor or we're sitting on something | 2315 | if (m_parentID == 0 && m_physicsActor != null || m_parentID != 0) // Check that we have a physics actor or we're sitting on something |
2316 | CheckForBorderCrossing(); | 2316 | CheckForBorderCrossing(); |
2317 | |||
2317 | CheckForSignificantMovement(); // sends update to the modules. | 2318 | CheckForSignificantMovement(); // sends update to the modules. |
2318 | } | 2319 | } |
2319 | } | 2320 | } |