update with WiP
This commit is contained in:
parent
13349c9920
commit
c73726ddc0
3 changed files with 10 additions and 9 deletions
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue