Add support of 64-bits reals.
This commit is contained in:
@@ -317,7 +317,7 @@ impl ParallelVelocitySolver {
|
||||
params: &IntegrationParameters,
|
||||
manifolds_all: &mut [&mut ContactManifold],
|
||||
joints_all: &mut [JointGraphEdge],
|
||||
mj_lambdas: &mut [DeltaVel<f32>],
|
||||
mj_lambdas: &mut [DeltaVel<Real>],
|
||||
) {
|
||||
if self.part.constraint_descs.len() == 0 && self.joint_part.constraint_descs.len() == 0 {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user