fix star positions during large-scale map movement
This commit is contained in:
parent
be2420a212
commit
d2970d0ffb
|
@ -139,6 +139,8 @@ pub fn setup(
|
||||||
},
|
},
|
||||||
..default()
|
..default()
|
||||||
},
|
},
|
||||||
|
Position::from(pos_render),
|
||||||
|
Rotation::from(Quat::IDENTITY),
|
||||||
));
|
));
|
||||||
starcount += 1;
|
starcount += 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue