diff --git a/fj-app/src/graphics/mod.rs b/fj-app/src/graphics/mod.rs index 9e952ff81..573680aa4 100644 --- a/fj-app/src/graphics/mod.rs +++ b/fj-app/src/graphics/mod.rs @@ -11,7 +11,7 @@ mod vertices; pub use self::{ draw_config::DrawConfig, - renderer::{DrawError, Renderer}, + renderer::{DrawError, InitError, Renderer}, }; const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;