Преглед на файлове

Underwater caustics default to off

DavidWyand-GG преди 12 години
родител
ревизия
bbd4a622ea
променени са 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;