Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Aug 2, 2024
1 parent b80ed6b commit 5563ba9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/plugin/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5563ba9

Please sign in to comment.