diff --git a/src/bike.rs b/src/bike.rs index acf811a..7b2e649 100644 --- a/src/bike.rs +++ b/src/bike.rs @@ -87,7 +87,6 @@ fn helper( FrontHub, SpatialBundle::from_transform(Transform::from_translation(trans)), RigidBody::Static, - Mesh::from(Sphere::new(0.1)), )) .with_children(|parent| { let mesh: Mesh = Sphere::new(0.1).into();