Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 5b1e206

Browse files
committed
Fixed dithering debug
1 parent 9b027e7 commit 5b1e206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Effects/Dithering.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ internal void Render(PostProcessRenderContext context)
1414
Assert.IsTrue(blueNoise != null && blueNoise.Length > 0);
1515

1616
#if POSTFX_DEBUG_STATIC_DITHERING // Used by QA for automated testing
17-
textureIndex = 0;
17+
m_NoiseTextureIndex = 0;
1818
float rndOffsetX = 0f;
1919
float rndOffsetY = 0f;
2020
#else

0 commit comments

Comments
 (0)