Fix for setAngularDamping / bullet native.

This commit is contained in:
Riccardo Balbo 2016-04-21 18:32:56 +02:00
parent 3353aea546
commit d2c608c788

View File

@ -434,7 +434,7 @@ extern "C" {
env->ThrowNew(newExc, "The native object does not exist."); env->ThrowNew(newExc, "The native object does not exist.");
return; return;
} }
body->setDamping(body->getAngularDamping(), value); body->setDamping(body->getLinearDamping(), value);
} }
/* /*