mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user