pub fn sort_cameras(
    sorted_cameras: ResMut<'_, SortedCameras>,
    cameras: Query<'_, '_, (Entity, &mut ExtractedCamera)>
)