This commit is contained in:
yuni 2024-04-07 17:59:40 +02:00
parent 135ea8e286
commit 8ef538bac3

View file

@ -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],