瀏覽代碼

fixed texture call which reported as a missing image

Tony 6 年之前
父節點
當前提交
785a2b687d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/Full/game/core/scripts/client/lighting/advanced/lightViz.cs

+ 1 - 1
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;
 };