From 12cb29ca9d9a463562f00d384d662a9cbfa2d304 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sat, 15 Jul 2023 20:12:25 +0200 Subject: [PATCH] fix --- kubi/src/rendering.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubi/src/rendering.rs b/kubi/src/rendering.rs index 36aecad..b9c77f3 100644 --- a/kubi/src/rendering.rs +++ b/kubi/src/rendering.rs @@ -141,7 +141,7 @@ impl Renderer { }; surface.configure(&device, &config); - Self { window, instance, surface, adapter, device, queue, size, config }; + Self { window, instance, surface, adapter, device, queue, size, config } } /// do not call from async functions