Skip to content

Commit

Permalink
chore: fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrossi committed Apr 24, 2024
1 parent 1f92524 commit 288e29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ryot_core/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub fn entitled_window(title: String) -> WindowPlugin {
// Bind to canvas included in `index.html`
canvas: Some("#bevy".to_owned()),
#[cfg(target_arch = "wasm32")]
mode: bevy::window::WindowMode::SizedFullscreen,
mode: bevy_window::WindowMode::SizedFullscreen,
..default()
}),
..default()
Expand Down

0 comments on commit 288e29b

Please sign in to comment.