Skip to content
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

NPE in AMotorJoint.setTorques() #17

Closed
tzaeschke opened this issue Oct 28, 2014 · 2 comments
Closed

NPE in AMotorJoint.setTorques() #17

tzaeschke opened this issue Oct 28, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@tzaeschke
Copy link
Owner

setTorques() can cause an NPE:

  DAMotorJoint j = OdeHelper.createAMotorJoint(world);
  j.setNumAxes(3);
  j.addTorques( 1, 2, 3 );
tzaeschke added a commit that referenced this issue Oct 28, 2014
@tzaeschke
Copy link
Owner Author

Fix will be available with ode4j 0.3.1

@tzaeschke tzaeschke added this to the v0.3.1 milestone Oct 28, 2014
@tzaeschke tzaeschke self-assigned this Oct 28, 2014
@tzaeschke tzaeschke added the bug label Oct 28, 2014
@tzaeschke
Copy link
Owner Author

This was fixed in 0.3.1 / 9445d77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant