From 061583648dae103c0f9d9a0f48befc194d8a990c Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Tue, 23 Jul 2024 17:57:29 -0700 Subject: [PATCH] fix bad spawn --- src/bike.rs | 1 - 1 file changed, 1 deletion(-) 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();