Track bt to 3.09 #333

This commit is contained in:
halx99 2021-03-27 20:08:55 +08:00
parent 958f6c3a93
commit e1352dbede
3 changed files with 3 additions and 3 deletions

2
external/README.md vendored
View File

@ -16,7 +16,7 @@
## Bullet
- Upstream: https://github.com/bulletphysics/bullet3
- Version: 3.08
- Version: 3.09
- License: zlib
## c-ares

View File

@ -1411,7 +1411,7 @@ void btMultiBody::solveImatrix(const btSpatialForceVector &rhs, btSpatialMotionV
}
}
void btMultiBody::mulMatrix(btScalar *pA, btScalar *pB, int rowsA, int colsA, int rowsB, int colsB, btScalar *pC) const
void btMultiBody::mulMatrix(const btScalar *pA, const btScalar *pB, int rowsA, int colsA, int rowsB, int colsB, btScalar *pC) const
{
for (int row = 0; row < rowsA; row++)
{

View File

@ -745,7 +745,7 @@ private:
}
}
void mulMatrix(btScalar * pA, btScalar * pB, int rowsA, int colsA, int rowsB, int colsB, btScalar *pC) const;
void mulMatrix(const btScalar *pA, const btScalar *pB, int rowsA, int colsA, int rowsB, int colsB, btScalar *pC) const;
private:
btMultiBodyLinkCollider *m_baseCollider; //can be NULL