We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open the samples program in Debug mode, go to Benchmark -> CreateDestroy, click a block.
samples
Benchmark -> CreateDestroy
The program then fails with an assertion:
SAMPLE ASSERTION: body->jointList == B2_NULL_INDEX && body->jointCount == 0, /path/to/box2c/src/body.c, line 306
The line number points to this:
static void b2DestroyBodyInternal(b2World* world, b2Body* body) { // User must destroy joints before destroying bodies B2_ASSERT(body->jointList == B2_NULL_INDEX && body->jointCount == 0);
The text was updated successfully, but these errors were encountered:
more sanitizing (#149)
e2504c7
- more sanitizer usage, delayed by an enkiTS issue: dougbinks/enkiTS#125 - fix #145 - address #144 - fix #141
Successfully merging a pull request may close this issue.
Open the
samples
program in Debug mode, go toBenchmark -> CreateDestroy
, click a block.The program then fails with an assertion:
SAMPLE ASSERTION: body->jointList == B2_NULL_INDEX && body->jointCount == 0, /path/to/box2c/src/body.c, line 306
The line number points to this:
The text was updated successfully, but these errors were encountered: