mirror of
https://github.com/eliasstepanik/big_space_with_trim.git
synced 2026-01-11 23:08:29 +00:00
fix camera ordering
This commit is contained in:
parent
697c57ee1f
commit
b40a3f9074
@ -13,7 +13,7 @@ impl Plugin for CameraControllerPlugin {
|
||||
CoreStage::PostUpdate,
|
||||
SystemSet::new()
|
||||
.with_system(default_camera_inputs.before(camera_controller))
|
||||
.with_system(camera_controller.after(TransformSystem::TransformPropagate)),
|
||||
.with_system(camera_controller.before(TransformSystem::TransformPropagate)),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user