Skip to content

Commit

Permalink
Remove duplicate code (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumikaya committed Aug 7, 2024
1 parent e2a1695 commit b620e2b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/schedule/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@ impl Plugin for PhysicsSchedulePlugin {
.before(TransformSystem::TransformPropagate),
);

app.configure_sets(
schedule,
(
PhysicsSet::Prepare,
PhysicsSet::StepSimulation,
PhysicsSet::Sync,
)
.chain()
.before(TransformSystem::TransformPropagate),
);

// Set up the physics schedule, the schedule that advances the physics simulation
app.edit_schedule(PhysicsSchedule, |schedule| {
schedule
Expand Down

0 comments on commit b620e2b

Please sign in to comment.