diff --git a/wgui/src/renderer_vk/context.rs b/wgui/src/renderer_vk/context.rs index 7bdcd2a..b8e94ad 100644 --- a/wgui/src/renderer_vk/context.rs +++ b/wgui/src/renderer_vk/context.rs @@ -110,7 +110,7 @@ impl SharedContext { } } -pub struct SharedAtlas { +struct SharedAtlas { text_atlas: TextAtlas, pixel_scale: f32, } @@ -243,4 +243,4 @@ impl Context { Ok(()) } -} \ No newline at end of file +}