Fix for setAngularDamping / bullet native.
This commit is contained in:
parent
3353aea546
commit
d2c608c788
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user