From 7faf84d78453554d84fb9c84c1f00f07a94d502f Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Tue, 19 Sep 2006 18:07:27 +0000 Subject: [PATCH] accidental typo --- Bullet/BroadphaseCollision/OverlappingPairCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bullet/BroadphaseCollision/OverlappingPairCache.cpp b/Bullet/BroadphaseCollision/OverlappingPairCache.cpp index 37cb807dc..be80f86bf 100644 --- a/Bullet/BroadphaseCollision/OverlappingPairCache.cpp +++ b/Bullet/BroadphaseCollision/OverlappingPairCache.cpp @@ -177,7 +177,7 @@ void OverlappingPairCache::ProcessAllOverlappingPairs(OverlapCallback* callback) if (callback->ProcessOverlap(*pair)) { CleanOverlappingPair(*pair); -\ + std::set::iterator it2 = it; it++; //why does next line not compile under OS X??