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
The AI quickly creates an apparent memory leak when running fine grained predictions.
I believe this is box2d.js.
Please see here kripken/box2d.js#114
Leak fixed, unrelated to Box2D version, see below
The text was updated successfully, but these errors were encountered:
Entity::applyGravity is leaking, need to destroy the local vectors explicitly
Sorry, something went wrong.
This has been partly solved in #26 , however anywhere b2Vec2 in particular is instantiated, they must be explicitly destroyed
No branches or pull requests
The AI quickly creates an apparent memory leak when running fine grained predictions.
I believe this is box2d.js.Please see here kripken/box2d.js#114Leak fixed, unrelated to Box2D version, see below
The text was updated successfully, but these errors were encountered: