mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
Removed warning in btCapsuleShape header
This commit is contained in:
parent
c1b5024aea
commit
d3f7a68541
@ -49,6 +49,7 @@ public:
|
||||
virtual void setMargin(btScalar collisionMargin)
|
||||
{
|
||||
//don't override the margin for capsules, their entire radius == margin
|
||||
(void)collisionMargin;
|
||||
}
|
||||
|
||||
virtual void getAabb (const btTransform& t, btVector3& aabbMin, btVector3& aabbMax) const
|
||||
|
Loading…
Reference in New Issue
Block a user