diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs b/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs index 608a6e6..ed7ff9b 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs | |||
@@ -184,8 +184,8 @@ public class HullCreation : OpenSimTestCase | |||
184 | prim.PhysScene.DetailLog("{0}, mesh, shapeInfo={1}", prim.Name, mShape.shapeInfo); | 184 | prim.PhysScene.DetailLog("{0}, mesh, shapeInfo={1}", prim.Name, mShape.shapeInfo); |
185 | break; | 185 | break; |
186 | case "OpenSim.Region.Physics.BulletSPlugin.BSShapeHull": | 186 | case "OpenSim.Region.Physics.BulletSPlugin.BSShapeHull": |
187 | BSShapeHull hShape = physShape as BSShapeHull; | 187 | // BSShapeHull hShape = physShape as BSShapeHull; |
188 | prim.PhysScene.DetailLog("{0}, hull, shapeInfo={1}", prim.Name, hShape.shapeInfo); | 188 | // prim.PhysScene.DetailLog("{0}, hull, shapeInfo={1}", prim.Name, hShape.shapeInfo); |
189 | break; | 189 | break; |
190 | case "OpenSim.Region.Physics.BulletSPlugin.BSShapeConvexHull": | 190 | case "OpenSim.Region.Physics.BulletSPlugin.BSShapeConvexHull": |
191 | BSShapeConvexHull chShape = physShape as BSShapeConvexHull; | 191 | BSShapeConvexHull chShape = physShape as BSShapeConvexHull; |