Skip to content

Commit

Permalink
it's a good thing bors squashes
Browse files Browse the repository at this point in the history
Co-authored-by: François <mockersf@gmail.com>
  • Loading branch information
DJMcNab and mockersf authored Jan 6, 2022
1 parent de1d3c3 commit 65d6342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/iter_combinations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fn generate_bodies(
intensity: 400.,
range: 100.,
radius: star_radius,
..Default::default(),
..Default::default()
})
.insert(Star);
commands.spawn_bundle(PerspectiveCameraBundle {
Expand Down

0 comments on commit 65d6342

Please sign in to comment.