Skip to content

Commit

Permalink
Merge remote branch 'gus/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zinnschlag committed Feb 10, 2012
2 parents 6c7e5d0 + 8affa30 commit 4a188f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bullet/physic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ namespace Physic

//TODO: memory leak?
btOverlappingPairCache* pairCache = new btSortedOverlappingPairCache();
pairCache->setInternalGhostPairCallback( new btGhostPairCallback() );
//pairCache->setInternalGhostPairCallback( new btGhostPairCallback() );

broadphase = new btDbvtBroadphase(pairCache);

Expand Down

0 comments on commit 4a188f2

Please sign in to comment.