fix bad spawn

This commit is contained in:
Joe Ardent 2024-07-23 17:57:29 -07:00
parent bf2d9727f5
commit 061583648d
1 changed files with 0 additions and 1 deletions

View File

@ -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();