From 103aad27f278c0e4c77021cf05c3ce74b2393217 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 4 Jan 2015 14:26:50 -0800 Subject: BulletSim: comment out the reference to BSShapeHull in BulletSim tests which seems to cause the tests to fail when compiled on the OpenSim build system. It compiles and runs everywhere else. More research is needed. --- OpenSim/Region/Physics/BulletSPlugin/Tests/HullCreation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Physics') 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 prim.PhysScene.DetailLog("{0}, mesh, shapeInfo={1}", prim.Name, mShape.shapeInfo); break; case "OpenSim.Region.Physics.BulletSPlugin.BSShapeHull": - BSShapeHull hShape = physShape as BSShapeHull; - prim.PhysScene.DetailLog("{0}, hull, shapeInfo={1}", prim.Name, hShape.shapeInfo); + // BSShapeHull hShape = physShape as BSShapeHull; + // prim.PhysScene.DetailLog("{0}, hull, shapeInfo={1}", prim.Name, hShape.shapeInfo); break; case "OpenSim.Region.Physics.BulletSPlugin.BSShapeConvexHull": BSShapeConvexHull chShape = physShape as BSShapeConvexHull; -- cgit v1.1