diff --git a/src/schedule/mod.rs b/src/schedule/mod.rs index eefa9669..fce1648b 100644 --- a/src/schedule/mod.rs +++ b/src/schedule/mod.rs @@ -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