accidental typo
This commit is contained in:
@@ -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??
|
||||||
|
|||||||
Reference in New Issue
Block a user