-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Function b2Body::ApplyLinearImpulseToCenter
missing
#36
Comments
hmmm yeah; you're right: box2d-wasm/box2d-wasm/Box2D.idl Lines 246 to 250 in e01c5e1
looks like a gap inherited from the original box2d.js bindings: easy enough to add; will expose this at next convenience. |
Thank you very much! |
v7.0.0 exposes |
b2Body::ApplyLinearImpulseToCenter seems to be missing.
It's absolutely not a problem, as it's trivial to use
b2Body::ApplyLinearImpulse
instead, but I thought it was a good idea to report a missing function.The text was updated successfully, but these errors were encountered: