From 5563ba9e0dc27a04efd3669a55ad434766e77828 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Fri, 2 Aug 2024 12:23:52 +0200 Subject: [PATCH] pr feedback --- bevy_rapier2d/examples/{serialization.rs => serialization2.rs} | 0 src/plugin/context.rs | 2 -- 2 files changed, 2 deletions(-) rename bevy_rapier2d/examples/{serialization.rs => serialization2.rs} (100%) 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,