autoformat

This commit is contained in:
2025-08-09 15:11:57 -05:00
parent 3922cac3d7
commit 515ecaac27
2 changed files with 4 additions and 10 deletions

View File

@@ -61,10 +61,7 @@ impl Plugin for AsteroidPlugin {
)
.add_systems(
FixedPostUpdate,
(
physics::integrate_velocity,
physics::apply_rotation_to_mesh,
)
(physics::integrate_velocity, physics::apply_rotation_to_mesh)
.run_if(in_state(GameState::Playing)),
)
.add_event::<asteroids::SpawnAsteroid>()