logo
pub fn update_point_light_frusta(
    global_lights: Res<'_, GlobalVisiblePointLights>,
    views: Query<'_, '_, (Entity, &GlobalTransform, &PointLight, &mut CubemapFrusta), Or<(Changed<GlobalTransform>, Changed<PointLight>)>>
)