소스 검색

Merge pull request #378 from DavidWyand-GG/UnderwaterShadersDisable

Underwater caustics default to off
David Wyand 12 년 전
부모
커밋
fd467070b3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Templates/Empty/game/core/scripts/client/postFx/caustics.cs
  2. 1 1
      Templates/Full/game/core/scripts/client/postFx/caustics.cs

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

@@ -52,7 +52,7 @@ singleton ShaderData( PFX_CausticsShader )
 singleton PostEffect( CausticsPFX )
 {
    requirements = "None";
-   isEnabled = true;
+   isEnabled = false;
    renderTime = "PFXBeforeBin";
    renderBin = "ObjTranslucentBin";      
    //renderPriority = 0.1;

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

@@ -51,7 +51,7 @@ singleton ShaderData( PFX_CausticsShader )
 singleton PostEffect( CausticsPFX )
 {
    requirements = "None";
-   isEnabled = true;
+   isEnabled = false;
    renderTime = "PFXBeforeBin";
    renderBin = "ObjTranslucentBin";      
    //renderPriority = 0.1;