summaryrefslogtreecommitdiff
path: root/client/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/renderer.rs')
-rw-r--r--client/src/renderer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/renderer.rs b/client/src/renderer.rs
index 7bd98f0..1fa6991 100644
--- a/client/src/renderer.rs
+++ b/client/src/renderer.rs
@@ -36,7 +36,7 @@ pub struct Renderer<'a> {
device: Arc<Device>,
surface_configuration: SurfaceConfiguration,
scene_pipeline: ScenePipeline,
- ui_renderer: UiRenderer,
+ pub ui_renderer: UiRenderer,
pub scene_prepare: ScenePreparer,
surface_needs_reconfigure: bool,
depth: TextureView,