fix bad spawn
This commit is contained in:
parent
bf2d9727f5
commit
061583648d
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ fn helper(
|
||||||
FrontHub,
|
FrontHub,
|
||||||
SpatialBundle::from_transform(Transform::from_translation(trans)),
|
SpatialBundle::from_transform(Transform::from_translation(trans)),
|
||||||
RigidBody::Static,
|
RigidBody::Static,
|
||||||
Mesh::from(Sphere::new(0.1)),
|
|
||||||
))
|
))
|
||||||
.with_children(|parent| {
|
.with_children(|parent| {
|
||||||
let mesh: Mesh = Sphere::new(0.1).into();
|
let mesh: Mesh = Sphere::new(0.1).into();
|
||||||
|
|
Loading…
Reference in a new issue