update with WiP

This commit is contained in:
Hartmut Seichter 2022-12-13 23:18:18 +01:00
parent 13349c9920
commit c73726ddc0
3 changed files with 10 additions and 9 deletions

View file

@ -56,6 +56,7 @@ pub fn apply_viewer_to_projections(mut query: Query<(&Viewer,&ScreenInfo,&mut Of
}
pub fn simulate_viewer(mut query: Query<&mut Viewer>,time: Res<Time>) {
for mut v in query.iter_mut() {