fix star positions during large-scale map movement

This commit is contained in:
yuni 2024-05-02 01:36:06 +02:00
parent be2420a212
commit d2970d0ffb

View file

@ -139,6 +139,8 @@ pub fn setup(
}, },
..default() ..default()
}, },
Position::from(pos_render),
Rotation::from(Quat::IDENTITY),
)); ));
starcount += 1; starcount += 1;
} }