From e9e86bab21c2d7536c4a01903eb443e84a51abd9 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 d4436912..ce8bda56 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,