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 f5520cb
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 @@ -223,7 +223,7 @@ Shader "Crest/Underwater Curtain"
const float depth = 0.0;
const half shadow = 1.0;

half3 lightsCol = 0;
half3 lightsCol = 0.0;

// Calculate vertex lights colour
#if defined(VERTEXLIGHT_ON)
Expand Down

0 comments on commit f5520cb

Please sign in to comment.