diff --git a/vendor/wgpu/examples/sdl2/main.odin b/vendor/wgpu/examples/sdl2/main.odin index 646f04c40..3d79346d0 100644 --- a/vendor/wgpu/examples/sdl2/main.odin +++ b/vendor/wgpu/examples/sdl2/main.odin @@ -53,7 +53,7 @@ main :: proc() { } state.device = device - width, height : u32 = 800, 600 // os_get_render_bounds(&state.os) + width, height := os_get_render_bounds(&state.os) state.config = wgpu.SurfaceConfiguration { device = state.device,