fix doubleprecision build

This commit is contained in:
ejcoumans
2008-01-24 02:41:45 +00:00
parent 30e1c56520
commit a267152945

View File

@@ -123,7 +123,7 @@ btShapeHull::buildHull (btScalar margin)
hd.mVertices = tmpVerts;
hd.mVertexStride = 3*sizeof(float);//sizeof (btVector3);
#else
hd.mVertices = &supportPoints[0];
hd.mVertices = &supportPoints[0].getX();
hd.mVertexStride = sizeof (btVector3);
#endif