Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSmuda committed Feb 21, 2024
1 parent ffc0290 commit a3d8096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fn setup_player_correctly() {
app.init_resource::<Assets<Mesh>>();
app.init_resource::<Assets<ColorMaterial>>();

app.add_systems(Update, (setup_player).chain());
app.add_systems(Update, setup_player);
app.update();

let mut query = app.world.query::<&Player>();
Expand Down

0 comments on commit a3d8096

Please sign in to comment.