Skip to content

Commit

Permalink
Remove unnecessary ResMut.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Sep 20, 2024
1 parent f78e3da commit c443511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ fn unload_square_image_assets(mut commands: Commands) {

fn setup_screen(
mut commands: Commands,
player_data: ResMut<PlayerData>,
player_data: Res<PlayerData>,
square_image_assets: Res<SquareImageAssets>,
game_transform: Res<GameTransform>,
) {
Expand Down

0 comments on commit c443511

Please sign in to comment.