summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuyuan Kelly Fu <fuchuyuan@google.com>2022-02-18 18:11:18 -0800
committerChuyuan Kelly Fu <fuchuyuan@google.com>2022-02-18 18:11:18 -0800
commit60b6df94d921e94a315ecb9dae213e0e8a14a34a (patch)
tree689a64c9025da4dcbe3567700853e47de692ecb6
parent548d6af9018e4e565efc8cd7f7dc3053770c63f1 (diff)
downloadbullet3-60b6df94d921e94a315ecb9dae213e0e8a14a34a.tar.gz
fix compile
-rw-r--r--src/BulletSoftBody/btSoftBodyHelpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BulletSoftBody/btSoftBodyHelpers.cpp b/src/BulletSoftBody/btSoftBodyHelpers.cpp
index 1c0d65f42..35eb22ec1 100644
--- a/src/BulletSoftBody/btSoftBodyHelpers.cpp
+++ b/src/BulletSoftBody/btSoftBodyHelpers.cpp
@@ -1610,7 +1610,7 @@ std::string btSoftBodyHelpers::loadDeformableState(btAlignedObjectArray<btVector
const char* token = linebuf.c_str();
token += strspn(token, " \t");
- assert(token);
+ btAssert(token);
if (token[0] == '\0') continue; // empty line
if (token[0] == '#') continue; // comment line