mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-19 05:20:06 +00:00
Fix build error on OSX + Linux
This commit is contained in:
parent
7f0877339e
commit
76d39d4439
@ -891,8 +891,8 @@ void btCollisionWorld::objectQuerySingleInternal(const btConvexShape* castShape,
|
||||
|
||||
const btDbvt* tree = compoundShape->getDynamicAabbTree();
|
||||
|
||||
btCompoundLeafCallback callback { colObjWrap, castShape, convexFromTrans, convexToTrans,
|
||||
allowedPenetration, compoundShape, colObjWorldTransform, resultCallback };
|
||||
btCompoundLeafCallback callback(colObjWrap, castShape, convexFromTrans, convexToTrans,
|
||||
allowedPenetration, compoundShape, colObjWorldTransform, resultCallback);
|
||||
|
||||
if (tree) {
|
||||
const ATTRIBUTE_ALIGNED16(btDbvtVolume) bounds = btDbvtVolume::FromMM(fromLocalAabbMin, fromLocalAabbMax);
|
||||
|
Loading…
Reference in New Issue
Block a user