Skip to content

Commit

Permalink
Use ..Default::default in WebOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Sep 10, 2024
1 parent 9bffb2c commit dd4f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer/src/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl WebHandle {
wgpu_options: crate::wgpu_options(app_options.render_backend.clone()),
depth_buffer: 0,
dithering: true,
should_propagate_event: Box::new(|_event| false),
..Default::default()
};

self.runner
Expand Down

0 comments on commit dd4f33e

Please sign in to comment.