From c81c57c222f16a0d097ebd62ba5957391bb80c0d Mon Sep 17 00:00:00 2001 From: Marco Buono Date: Thu, 11 May 2023 01:52:53 -0300 Subject: [PATCH] Make blur 50% less blurry --- crates/bevy_pbr/src/render/pbr_lighting.wgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_pbr/src/render/pbr_lighting.wgsl b/crates/bevy_pbr/src/render/pbr_lighting.wgsl index b743a1a178..c1ecceba49 100644 --- a/crates/bevy_pbr/src/render/pbr_lighting.wgsl +++ b/crates/bevy_pbr/src/render/pbr_lighting.wgsl @@ -392,7 +392,7 @@ fn fetch_transmissive_background(offset_position: vec2, frag_coord: vec3(modified_offset_position * view.viewport.zw, 0.0, 0.0), 0u) > frag_coord.z) {