aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index e45bcda..3adabcf 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -1174,6 +1174,9 @@ namespace OpenSim.Region.Physics.OdePlugin
1174 if (chr == null) 1174 if (chr == null)
1175 continue; 1175 continue;
1176 1176
1177 if (chr.Shell == IntPtr.Zero || chr.Body == IntPtr.Zero)
1178 continue;
1179
1177 chr.IsColliding = false; 1180 chr.IsColliding = false;
1178 chr.CollidingGround = false; 1181 chr.CollidingGround = false;
1179 chr.CollidingObj = false; 1182 chr.CollidingObj = false;