diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdeScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs index 03ff6d8..9b503fc 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdeScene.cs | |||
@@ -3679,8 +3679,8 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name); | |||
3679 | { | 3679 | { |
3680 | d.GeomSetCategoryBits(WaterGeom, (int)(CollisionCategories.Water)); | 3680 | d.GeomSetCategoryBits(WaterGeom, (int)(CollisionCategories.Water)); |
3681 | d.GeomSetCollideBits(WaterGeom, (int)(CollisionCategories.Space)); | 3681 | d.GeomSetCollideBits(WaterGeom, (int)(CollisionCategories.Space)); |
3682 | |||
3683 | } | 3682 | } |
3683 | |||
3684 | geom_name_map[WaterGeom] = "Water"; | 3684 | geom_name_map[WaterGeom] = "Water"; |
3685 | 3685 | ||
3686 | d.Matrix3 R = new d.Matrix3(); | 3686 | d.Matrix3 R = new d.Matrix3(); |