diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 1232d0c..e17d886 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1188,6 +1188,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1188 | client.Name, Scene.RegionInfo.RegionName, AbsolutePosition); | 1188 | client.Name, Scene.RegionInfo.RegionName, AbsolutePosition); |
1189 | 1189 | ||
1190 | Vector3 look = Velocity; | 1190 | Vector3 look = Velocity; |
1191 | |||
1191 | if ((look.X == 0) && (look.Y == 0) && (look.Z == 0)) | 1192 | if ((look.X == 0) && (look.Y == 0) && (look.Z == 0)) |
1192 | { | 1193 | { |
1193 | look = new Vector3(0.99f, 0.042f, 0); | 1194 | look = new Vector3(0.99f, 0.042f, 0); |
@@ -3816,7 +3817,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3816 | m_reprioritization_called = false; | 3817 | m_reprioritization_called = false; |
3817 | } | 3818 | } |
3818 | } | 3819 | } |
3819 | 3820 | ||
3820 | private void CheckLandingPoint(ref Vector3 pos) | 3821 | private void CheckLandingPoint(ref Vector3 pos) |
3821 | { | 3822 | { |
3822 | // Never constrain lures | 3823 | // Never constrain lures |