void->int patch (64bit issue)

THanks to core13/Nan, See Issue 25
This commit is contained in:
erwin.coumans
2011-02-28 17:24:19 +00:00
parent b7211240fc
commit 58af9d7569

View File

@@ -506,7 +506,7 @@ void btCollisionWorld::rayTestSingle(const btTransform& rayFromTrans,const btTra
void Process(const btDbvtNode* leaf)
{
Process((int)leaf->data);
Process(leaf->dataAsInt);
}
};