Fix build when serialization is not enabled.
This commit is contained in:
@@ -162,7 +162,7 @@ fn do_generate_contacts(
|
|||||||
collider2,
|
collider2,
|
||||||
shape1: &sub_shape1,
|
shape1: &sub_shape1,
|
||||||
shape2: collider2.shape(),
|
shape2: collider2.shape(),
|
||||||
position1: position1,
|
position1,
|
||||||
position2: collider2.position(),
|
position2: collider2.position(),
|
||||||
manifold,
|
manifold,
|
||||||
workspace: sub_detector.workspace.as_deref_mut(),
|
workspace: sub_detector.workspace.as_deref_mut(),
|
||||||
|
|||||||
@@ -365,6 +365,7 @@ impl Shape for Cone {
|
|||||||
|
|
||||||
#[cfg(feature = "dim3")]
|
#[cfg(feature = "dim3")]
|
||||||
impl Shape for Rounded<Cylinder> {
|
impl Shape for Rounded<Cylinder> {
|
||||||
|
#[cfg(feature = "serde-serialize")]
|
||||||
fn as_serialize(&self) -> Option<&dyn Serialize> {
|
fn as_serialize(&self) -> Option<&dyn Serialize> {
|
||||||
Some(self as &dyn Serialize)
|
Some(self as &dyn Serialize)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user