Merge pull request #481 from riccardobl/fix_setAdamping_bulletnative

Fix for setAngularDamping / bullet native.
This commit is contained in:
Kirill Vainer 2016-04-23 15:28:34 -04:00
commit 185eb7b6e5

View File

@ -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);
}
/*