Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Commit

Permalink
Expose window.
Browse files Browse the repository at this point in the history
  • Loading branch information
StarArawn committed Jul 16, 2020
1 parent 920f732 commit bd4300f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/renderer.rs
Expand Up @@ -12,7 +12,7 @@ pub struct Renderer {
pub size: winit::dpi::PhysicalSize<u32>,
adapter: wgpu::Adapter,
pub(crate) swap_chain: wgpu::SwapChain,
pub(crate) window: winit::window::Window,
pub window: winit::window::Window,
}

impl Renderer {
Expand Down

0 comments on commit bd4300f

Please sign in to comment.