summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Coumans <ecoumans@nvidia.com>2022-05-20 12:32:22 -0700
committerErwin Coumans <ecoumans@nvidia.com>2022-05-20 12:32:22 -0700
commit4ca2de2fd79b0fb0cab2399ebbc40cc6a5a5aabc (patch)
tree35bd579de1319b5990bbbf5059a8fc08c09cd142
parent7ba2965a222991c3d6bebc3d606b724d999dc5dd (diff)
parent2ad5f5a7d7d7019cd3fce796ff4ab2b0bca43c20 (diff)
downloadbullet3-4ca2de2fd79b0fb0cab2399ebbc40cc6a5a5aabc.tar.gz
Merge remote-tracking branch 'bp/master'
-rw-r--r--src/BulletSoftBody/btSparseSDF.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/BulletSoftBody/btSparseSDF.h b/src/BulletSoftBody/btSparseSDF.h
index ae1288d9e..243b80f8a 100644
--- a/src/BulletSoftBody/btSparseSDF.h
+++ b/src/BulletSoftBody/btSparseSDF.h
@@ -233,9 +233,9 @@ struct btSparseSdf
//int sz = sizeof(Cell);
if (ncells > m_clampCells)
{
- static int numResets = 0;
- numResets++;
- // printf("numResets=%d\n",numResets);
+ //static int numResets = 0;
+ //numResets++;
+ //printf("numResets=%d\n",numResets);
Reset();
}