Skip to content

Commit

Permalink
yeet spawn_bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Sep 28, 2022
1 parent 02462cd commit 35efe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/transparency_3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn setup(
..default()
});
// transparent unlit sphere, uses `alpha_mode: Mask(f32)`
commands.spawn_bundle(PbrBundle {
commands.spawn(PbrBundle {
mesh: meshes.add(Mesh::from(shape::Icosphere {
radius: 0.5,
subdivisions: 3,
Expand Down

0 comments on commit 35efe59

Please sign in to comment.