Skip to content

Commit 617b108

Browse files
authored
docs: remove unused AssetServer param in *Game logic integration* chapter (#318)
This param wasn't being "used" in this example code.
1 parent 2ee602f commit 617b108

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book/src/explanation/game-logic-integration.md

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ struct PlayerBundle {
128128
fn process_player(
129129
mut commands: Commands,
130130
new_players: Query<Entity, Added<Player>>,
131-
assets: Res<AssetServer>,
132131
)
133132
{
134133
for player_entity in new_players.iter() {

0 commit comments

Comments
 (0)