Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
daleeidd committed Dec 15, 2020
1 parent e261fba commit c8c57e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crest/Assets/Crest/Crest/Shaders/Ocean.shader
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ Shader "Crest/Ocean"
float sceneZ = LinearEyeDepth(sceneZ01);

float3 lightDir = WorldSpaceLightDir(input.worldPos);
half3 lightsCol = 0;
half3 lightsCol = 0.0;

// Calculate
#if defined(VERTEXLIGHT_ON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Shader "Crest/Underwater Curtain"
half4 grabPos : TEXCOORD2;
float3 positionWS : TEXCOORD3;
#if defined(VERTEXLIGHT_ON)
half4 uvLightsAtten : TEXCOORD4;
half4 uvLightsAtten : TEXCOORD10;
#endif // VERTEXLIGHT_ON

UNITY_VERTEX_OUTPUT_STEREO
Expand Down

0 comments on commit c8c57e2

Please sign in to comment.