Replace spaces with tabs
This commit is contained in:
committed by
Andrew Meadows
parent
b135699325
commit
7f0877339e
@@ -790,7 +790,6 @@ void btCollisionWorld::objectQuerySingleInternal(const btConvexShape* castShape,
|
||||
}
|
||||
}
|
||||
} else {
|
||||
///@todo : use AABB tree or other BVH acceleration structure!
|
||||
if (collisionShape->isCompound())
|
||||
{
|
||||
struct btCompoundLeafCallback : btDbvt::ICollide
|
||||
@@ -829,7 +828,6 @@ void btCollisionWorld::objectQuerySingleInternal(const btConvexShape* castShape,
|
||||
void ProcessChild(int index, const btTransform& childTrans, const btCollisionShape* childCollisionShape)
|
||||
{
|
||||
btTransform childWorldTrans = m_colObjWorldTransform * childTrans;
|
||||
//btTransform childWorldTrans = childTrans;
|
||||
|
||||
struct LocalInfoAdder : public ConvexResultCallback {
|
||||
ConvexResultCallback* m_userCallback;
|
||||
|
||||
Reference in New Issue
Block a user