Skip to content

Commit

Permalink
Update btCollisionDispatcherMt.h
Browse files Browse the repository at this point in the history
add a space to fix compile errors
  • Loading branch information
erwincoumans authored Jan 11, 2020
1 parent de9ac11 commit 5bf6adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class btCollisionDispatcherMt : public btCollisionDispatcher
virtual void dispatchAllCollisionPairs(btOverlappingPairCache* pairCache, const btDispatcherInfo& info, btDispatcher* dispatcher) BT_OVERRIDE;

protected:
btAlignedObjectArray<btAlignedObjectArray<btPersistentManifold*>> m_batchManifoldsPtr;
btAlignedObjectArray<btAlignedObjectArray<btPersistentManifold*> > m_batchManifoldsPtr;
bool m_batchUpdating;
int m_grainSize;
};
Expand Down

0 comments on commit 5bf6adc

Please sign in to comment.