diff --git a/crates/re_renderer/src/renderer/depth_cloud.rs b/crates/re_renderer/src/renderer/depth_cloud.rs index c69def6eca10..b66097528b64 100644 --- a/crates/re_renderer/src/renderer/depth_cloud.rs +++ b/crates/re_renderer/src/renderer/depth_cloud.rs @@ -551,7 +551,7 @@ impl Renderer for DepthCloudRenderer { let bind_group = match phase { DrawPhase::OutlineMask => &instance.bind_group_outline, - DrawPhase::Opaque => &instance.bind_group_opaque, + DrawPhase::PickingLayer | DrawPhase::Opaque => &instance.bind_group_opaque, _ => unreachable!(), };