forked from teamnwah/openmw-tes3coop
Merge remote branch 'gus/master'
This commit is contained in:
commit
4a188f2820
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ namespace Physic
|
||||||
|
|
||||||
//TODO: memory leak?
|
//TODO: memory leak?
|
||||||
btOverlappingPairCache* pairCache = new btSortedOverlappingPairCache();
|
btOverlappingPairCache* pairCache = new btSortedOverlappingPairCache();
|
||||||
pairCache->setInternalGhostPairCallback( new btGhostPairCallback() );
|
//pairCache->setInternalGhostPairCallback( new btGhostPairCallback() );
|
||||||
|
|
||||||
broadphase = new btDbvtBroadphase(pairCache);
|
broadphase = new btDbvtBroadphase(pairCache);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue