Skip to content

Commit

Permalink
Merge pull request #1 from mockersf/fix-wasm-build
Browse files Browse the repository at this point in the history
fix wasm build
  • Loading branch information
ndarilek authored Feb 15, 2023
2 parents 2917a86 + a375b56 commit 6ea06b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_winit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,9 @@ pub fn winit_runner(mut app: App) {
mut new_windows,
created_window_writer,
winit_windows,
adapters,
handlers,
accessibility_requested,
canvas_parent_resize_channel,
) = create_window_system_state.get_mut(&mut app.world);

Expand Down

0 comments on commit 6ea06b6

Please sign in to comment.