diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 4236195..4e63310 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1251,9 +1251,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1251 | { | 1251 | { |
1252 | // land check was done above | 1252 | // land check was done above |
1253 | RayFilterFlags rayfilter = RayFilterFlags.BackFaceCull; | 1253 | RayFilterFlags rayfilter = RayFilterFlags.BackFaceCull; |
1254 | rayfilter |= RayFilterFlags.physical; | 1254 | rayfilter |= RayFilterFlags.PrimsNonPhantomAgents; |
1255 | rayfilter |= RayFilterFlags.nonphysical; | ||
1256 | rayfilter |= RayFilterFlags.LSLPhantom; // ubODE will only see volume detectors | ||
1257 | 1255 | ||
1258 | int physcount = PhysNumberCollisions; | 1256 | int physcount = PhysNumberCollisions; |
1259 | 1257 | ||