Skip to content

Commit

Permalink
docs: remove unused AssetServer param in *Game logic integration* cha…
Browse files Browse the repository at this point in the history
…pter (#318)

This param wasn't being "used" in this example code.
  • Loading branch information
jgayfer committed Apr 20, 2024
1 parent 2ee602f commit 617b108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion book/src/explanation/game-logic-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ struct PlayerBundle {
fn process_player(
mut commands: Commands,
new_players: Query<Entity, Added<Player>>,
assets: Res<AssetServer>,
)
{
for player_entity in new_players.iter() {
Expand Down

0 comments on commit 617b108

Please sign in to comment.