From 44a1512c3dcd94efdf7eb401204a7c1daf2b427f Mon Sep 17 00:00:00 2001 From: buryakig <73420624+buryakig@users.noreply.github.com> Date: Tue, 23 Feb 2021 20:47:41 +0200 Subject: [PATCH] Update StochasticReflections.cs --- Scripts/StochasticReflections.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/StochasticReflections.cs b/Scripts/StochasticReflections.cs index 300fbd2..6466ea5 100644 --- a/Scripts/StochasticReflections.cs +++ b/Scripts/StochasticReflections.cs @@ -384,7 +384,7 @@ public override void Render(PostProcessRenderContext context) } for (int i = 0; i < MAX_MIN_Z_LEVELS; i++) - context.command.ReleaseTemporaryRT(mipIDs[i]); + context.command.ReleaseTemporaryRT(depthIds[i]); context.command.SetGlobalTexture(Uniforms.MinDepth, visibilityTex1);