aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs b/OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs
index 18e5ec5..8ea8668 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODERayCastRequestManager.cs
@@ -236,7 +236,10 @@ namespace OpenSim.Region.Physics.OdePlugin
236 return; 236 return;
237 if (g2 == m_scene.LandGeom) 237 if (g2 == m_scene.LandGeom)
238 return; 238 return;
239 239 if (g1 == m_scene.WaterGeom)
240 return;
241 if (g2 == m_scene.WaterGeom)
242 return;
240 243
241 244
242 245