diff --git a/README.md b/README.md index 83d7786..9a1c4cf 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,7 @@ fn setup( ) { commands.spawn(( PbrBundle { - mesh: meshes.add( - TryInto::::try_into(shape::Icosphere { - radius, - ..default() - })), + mesh: meshes.add(Sphere { radius }), // ... }, Health {