1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-03 16:45:34 +00:00

Merge remote branch 'gus/master'

This commit is contained in:
Marc Zinnschlag 2012-02-10 14:57:51 +01:00
commit 4a188f2820

View file

@ -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);