Skip to content

Commit

Permalink
Remove misleading label
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 30, 2023
1 parent e117047 commit fc5f99c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fj-viewer/src/graphics/navigation_cube.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ impl NavigationCubeRenderer {

let mut render_pass =
encoder.begin_render_pass(&wgpu::RenderPassDescriptor {
label: Some("Depth Visual Render Pass"),
color_attachments: &[Some(wgpu::RenderPassColorAttachment {
view,
resolve_target: None,
Expand Down

0 comments on commit fc5f99c

Please sign in to comment.