From 785a2b687d2ebf1ce2219e349c19e55c964c9d27 Mon Sep 17 00:00:00 2001 From: Tony <1414927+zfbx@users.noreply.github.com> Date: Thu, 3 Oct 2019 07:14:05 -0400 Subject: [PATCH] fixed texture call which reported as a missing image --- .../Full/game/core/scripts/client/lighting/advanced/lightViz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Full/game/core/scripts/client/lighting/advanced/lightViz.cs b/Templates/Full/game/core/scripts/client/lighting/advanced/lightViz.cs index d6531bcea..1af1d3942 100644 --- a/Templates/Full/game/core/scripts/client/lighting/advanced/lightViz.cs +++ b/Templates/Full/game/core/scripts/client/lighting/advanced/lightViz.cs @@ -67,7 +67,7 @@ singleton PostEffect( AL_DepthVisualize ) shader = AL_DepthVisualizeShader; stateBlock = AL_DefaultVisualizeState; texture[0] = "#deferred"; - texture[1] = "depthviz"; + texture[1] = "./depthviz"; target = "$backBuffer"; renderPriority = 9999; };