Skip to content

Commit

Permalink
Merge pull request #481 from riccardobl/fix_setAdamping_bulletnative
Browse files Browse the repository at this point in the history
Fix for setAngularDamping / bullet native.
  • Loading branch information
shadowislord committed Apr 23, 2016
2 parents 0f55141 + d2c608c commit 185eb7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ extern "C" {
env->ThrowNew(newExc, "The native object does not exist.");
return;
}
body->setDamping(body->getAngularDamping(), value);
body->setDamping(body->getLinearDamping(), value);
}

/*
Expand Down

0 comments on commit 185eb7b

Please sign in to comment.