From ca62069537e84f7a39eeab0db930a1833a803616 Mon Sep 17 00:00:00 2001 From: Marco Buono Date: Tue, 26 Sep 2023 03:01:45 -0300 Subject: [PATCH] Fix spiral scaling calculation to not leave a hole --- 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 424b8854fc..2f2d32bbed 100644 --- a/crates/bevy_pbr/src/render/pbr_lighting.wgsl +++ b/crates/bevy_pbr/src/render/pbr_lighting.wgsl @@ -403,7 +403,7 @@ fn fetch_transmissive_background(offset_position: vec2, frag_coord: vec3