From 0163f8486ceca8bd6897c1074f6846f36827d040 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 25 Jan 2025 01:09:28 +0100 Subject: funny cursor animation --- client/src/render/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/render/mod.rs') diff --git a/client/src/render/mod.rs b/client/src/render/mod.rs index c3ee7da..6964337 100644 --- a/client/src/render/mod.rs +++ b/client/src/render/mod.rs @@ -43,7 +43,7 @@ pub struct Renderer<'a> { surface: Surface<'a>, queue: Arc, device: Arc, - surface_configuration: SurfaceConfiguration, + pub surface_configuration: SurfaceConfiguration, scene_pipeline: ScenePipeline, pub ui_renderer: UiRenderer, pub scene_prepare: Arc, -- cgit v1.2.3-70-g09d2