void->int patch (64bit issue)
THanks to core13/Nan, See Issue 25
This commit is contained in:
@@ -506,7 +506,7 @@ void btCollisionWorld::rayTestSingle(const btTransform& rayFromTrans,const btTra
|
|||||||
|
|
||||||
void Process(const btDbvtNode* leaf)
|
void Process(const btDbvtNode* leaf)
|
||||||
{
|
{
|
||||||
Process((int)leaf->data);
|
Process(leaf->dataAsInt);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user