removed obsolete virtual implementation of 'getUpAxis' in btCylinderShapeZ. It has been replaced by the non-virtual implementation in the base class (for Cell SPU)

Thanks to Paul Dubois for the report, see Issue 407
This commit is contained in:
erwin.coumans
2010-07-16 23:41:29 +00:00
parent b3f081fc85
commit e269034494

View File

@@ -154,10 +154,6 @@ public:
virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const;
virtual void batchedUnitVectorGetSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const;
virtual int getUpAxis() const
{
return 2;
}
//debugging
virtual const char* getName()const
{