浏览代码

Merge pull request #1555 from Azaezel/CausticCaustics

fix for broken caustics reference
Areloch 9 年之前
父节点
当前提交
bab55d46a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/Full/game/core/scripts/client/postFx/caustics.cs

+ 1 - 1
Templates/Full/game/core/scripts/client/postFx/caustics.cs

@@ -38,7 +38,7 @@ singleton ShaderData( PFX_CausticsShader )
    DXVertexShaderFile 	= "shaders/common/postFx/postFxV.hlsl";
    DXPixelShaderFile 	= "shaders/common/postFx/caustics/causticsP.hlsl";
          
-   OGLVertexShaderFile  = "shaders/common/postFx/gl//postFxV.glsl";
+   OGLVertexShaderFile  = "shaders/common/postFx/gl/postFxV.glsl";
    OGLPixelShaderFile   = "shaders/common/postFx/caustics/gl/causticsP.glsl";
       
    samplerNames[0] = "$prepassTex";