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.
This commit is contained in:
Robert Adams
2015-01-04 14:26:50 -08:00
parent d3a74894ab
commit 103aad27f2

View File

@@ -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;