From 40032198a2167f81de37dba31b7e4f98c6270be7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 12 Jan 2025 19:51:45 +0100 Subject: parallel prepare threads and dither alpha --- client/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/ui.rs') diff --git a/client/src/ui.rs b/client/src/ui.rs index a5ff775..aa062fe 100644 --- a/client/src/ui.rs +++ b/client/src/ui.rs @@ -131,7 +131,7 @@ impl UiRenderer { depth_stencil: Some(DepthStencilState { format: TextureFormat::Depth32Float, depth_write_enabled: false, - depth_compare: CompareFunction::Always, + depth_compare: CompareFunction::LessEqual, stencil: Default::default(), bias: Default::default(), }), -- cgit v1.2.3-70-g09d2