Apply clippy fixes

This commit is contained in:
2025-12-20 09:38:46 -06:00
parent 099926d368
commit d2cb75c3a1
4 changed files with 11 additions and 14 deletions

View File

@@ -238,7 +238,7 @@ pub fn ship_impact_listener(
Sparkler::at_interval(0.15),
Mesh2d(game_assets.thruster_mesh()), // borrow the thruster mesh for now
MeshMaterial2d(game_assets.thruster_mat_active()), // ... and the active thruster material
player.0.clone(), // clone the player transform
*player.0, // clone the player transform
Velocity(vel),
));
}