diff --git a/bevy_rapier2d/examples/serialization.rs b/bevy_rapier2d/examples/serialization2.rs similarity index 100% rename from bevy_rapier2d/examples/serialization.rs rename to bevy_rapier2d/examples/serialization2.rs diff --git a/src/plugin/context.rs b/src/plugin/context.rs index e73e45eb..eb7fe305 100644 --- a/src/plugin/context.rs +++ b/src/plugin/context.rs @@ -32,8 +32,6 @@ pub struct RapierContext { /// The island manager, which detects what object is sleeping /// (not moving much) to reduce computations. pub islands: IslandManager, - // FIXME: This shoulnd not be skipped. - #[cfg_attr(feature = "serde-serialize", serde(skip))] /// The broad-phase, which detects potential contact pairs. pub broad_phase: DefaultBroadPhase, /// The narrow-phase, which computes contact points, tests intersections,