Skip to content

Commit

Permalink
Fix WASM compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Oct 26, 2023
1 parent 209932c commit 8295ae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/with_winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ fn run(
&render_cx.devices[id].device,
&RendererOptions {
surface_format: Some(render_state.surface.format),
timestamp_period: render_cx.devices[id].queue.get_timestamp_period(),
use_cpu: use_cpu,
},
)
Expand Down

0 comments on commit 8295ae9

Please sign in to comment.