cleanup
This commit is contained in:
parent
135ea8e286
commit
8ef538bac3
|
@ -146,7 +146,7 @@ pub fn setup(
|
||||||
Star,
|
Star,
|
||||||
PbrBundle {
|
PbrBundle {
|
||||||
mesh: sphere_handle.clone(),
|
mesh: sphere_handle.clone(),
|
||||||
material: star_color_handle.clone(),
|
material: star_color_handle,
|
||||||
transform: Transform::from_xyz(
|
transform: Transform::from_xyz(
|
||||||
dist * star[0],
|
dist * star[0],
|
||||||
dist * star[1],
|
dist * star[1],
|
||||||
|
|
Loading…
Reference in a new issue