mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-05 18:08:32 +00:00
Merge remote-tracking branch 'origin/master' into splitImpulse
This commit is contained in:
@@ -29,6 +29,10 @@ subject to the following restrictions:
|
||||
static inline btDbvtNode* buildTreeBottomUp(btAlignedObjectArray<btDbvtNode*>& leafNodes, btAlignedObjectArray<btAlignedObjectArray<int> >& adj)
|
||||
{
|
||||
int N = leafNodes.size();
|
||||
if (N == 0)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
while (N > 1)
|
||||
{
|
||||
btAlignedObjectArray<bool> marked;
|
||||
|
||||
Reference in New Issue
Block a user