**Describe the bug** 2D view with multiple DepthImages doesn't show the correct image when dragging the slider. But hovering still works, showing the correct pixel for each layer. This indicates that the correct data is there. **To Reproduce** ``` for i, depth_image in enumerate(depth_arr): rr.log( f"{phase}/depth_imgs/{i}", rr.DepthImage(depth_image, meter=1000.0, colormap=Colormap.Viridis), ) ``` Then press play or drag slider through time. **Expected behavior** The 2D view should show each corresponding image when scrolling. **Screenshots** This is bad: https://github.com/user-attachments/assets/cc80572e-b043-4fff-8d20-5d69c33861af This is good: <img width="1350" alt="screen_shot" src="https://github.com/user-attachments/assets/c0424a5f-8c3b-4c99-9990-27c46dbb184d"> **Desktop** macOS Sonoma 14.5 (23F79) **Rerun version** rerun-cli 0.18.2 [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] aarch64-apple-darwin release-0.18.2 59ff15b, built 2024-08-29T13:55:42Z
Describe the bug
2D view with multiple DepthImages doesn't show the correct image when dragging the slider.
But hovering still works, showing the correct pixel for each layer. This indicates that the correct data is there.
To Reproduce
Then press play or drag slider through time.
Expected behavior
The 2D view should show each corresponding image when scrolling.
Screenshots
This is bad:
screen_rec.mov
This is good:

Desktop
macOS Sonoma 14.5 (23F79)
Rerun version
rerun-cli 0.18.2 [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] aarch64-apple-darwin release-0.18.2 59ff15b, built 2024-08-29T13:55:42Z