Skip to content

Commit fe26d75

Browse files
committed
make work on chromebook
1 parent 502c4c3 commit fe26d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub use std::time::Instant;
1818
pub use web_time::Instant;
1919

2020
#[cfg(target_arch = "wasm32")]
21-
pub const WASM_WINDOW: PhysicalSize<u32> = PhysicalSize::new(1500, 1000);
21+
pub const WASM_WINDOW: PhysicalSize<u32> = PhysicalSize::new(1300, 700);
2222

2323
pub trait ToVec2 {
2424
fn to_vec2(&self) -> Vec2;

0 commit comments

Comments
 (0)