Skip to content

Commit

Permalink
Rename RapierPhysicsPlugin::fixed to ::in_fixed_schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Aug 6, 2023
1 parent 346f8ad commit 3cb7b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ where
}

/// Adds the physics systems to the `FixedUpdate` schedule rather than `PostUpdate`.
pub fn fixed(self) -> Self {
pub fn in_fixed_schedule(self) -> Self {
self.in_schedule(FixedUpdate)
}

Expand Down

0 comments on commit 3cb7b9f

Please sign in to comment.