Make revolute joint actuation work properly even when SIMD is enabled.
This commit is contained in:
@@ -30,4 +30,9 @@ impl FixedJoint {
|
||||
impulse: SpacialVector::zeros(),
|
||||
}
|
||||
}
|
||||
|
||||
/// Can a SIMD constraint be used for resolving this joint?
|
||||
pub fn supports_simd_constraints(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user