Skip to content

Commit 755df30

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.3] Fix null resource in URP post process after PR 73772
1 parent 5df2e04 commit 755df30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.render-pipelines.universal/Runtime/Data/PostProcessData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public sealed class TextureResources : IRenderPipelineResources
233233
/// <summary>
234234
/// Pre-baked Blue noise textures.
235235
/// </summary>
236-
// [ResourceFormattedPaths("Textures/BlueNoise16/L/LDR_LLL1_{0}.png", 0, 32)]
236+
[ResourceFormattedPaths("Textures/BlueNoise16/L/LDR_LLL1_{0}.png", 0, 32)]
237237
public Texture2D[] blueNoise16LTex;
238238

239239
/// <summary>

0 commit comments

Comments
 (0)