missed a local stack in btDbvt

This commit is contained in:
erwin.coumans
2008-11-04 17:54:41 +00:00
parent ef7d5e462d
commit 807e979597

View File

@@ -793,6 +793,7 @@ inline void btDbvt::collideTT( const btDbvtNode* root0,
{
int depth=1;
int treshold=DOUBLE_STACKSIZE-4;
btAlignedObjectArray<sStkNN> stkStack;
stkStack.resize(DOUBLE_STACKSIZE);
stkStack[0]=sStkNN(root0,root1);
do {