accidental typo

This commit is contained in:
ejcoumans
2006-09-19 18:07:27 +00:00
parent 4970e86100
commit 7faf84d784

View File

@@ -177,7 +177,7 @@ void OverlappingPairCache::ProcessAllOverlappingPairs(OverlapCallback* callback)
if (callback->ProcessOverlap(*pair)) if (callback->ProcessOverlap(*pair))
{ {
CleanOverlappingPair(*pair); CleanOverlappingPair(*pair);
\
std::set<BroadphasePair>::iterator it2 = it; std::set<BroadphasePair>::iterator it2 = it;
it++; it++;
//why does next line not compile under OS X?? //why does next line not compile under OS X??