Fix for setAngularDamping / bullet native.

cleanup_build_scripts
Riccardo Balbo 9 years ago
parent 3353aea546
commit d2c608c788
  1. 2
      jme3-bullet-native/src/native/cpp/com_jme3_bullet_objects_PhysicsRigidBody.cpp

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

Loading…
Cancel
Save