mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
Merge remote-tracking branch 'bp/master'
This commit is contained in:
@@ -233,9 +233,9 @@ struct btSparseSdf
|
|||||||
//int sz = sizeof(Cell);
|
//int sz = sizeof(Cell);
|
||||||
if (ncells > m_clampCells)
|
if (ncells > m_clampCells)
|
||||||
{
|
{
|
||||||
static int numResets = 0;
|
//static int numResets = 0;
|
||||||
numResets++;
|
//numResets++;
|
||||||
// printf("numResets=%d\n",numResets);
|
//printf("numResets=%d\n",numResets);
|
||||||
Reset();
|
Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user