Skip to content

Commit

Permalink
Fix another shader error
Browse files Browse the repository at this point in the history
[CI BUILD]
  • Loading branch information
andybak committed Dec 7, 2023
1 parent eef540e commit 14828ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -252,7 +252,7 @@ Properties {
half3 tspace1 : TANGENT;
half3 tspace2 : NORMAL;
float4 worldPos : TEXCOORD4;
float2 id : TEXCOORD5;
float2 id : TEXCOORD6;
UNITY_FOG_COORDS(5)
};

Expand Down

0 comments on commit 14828ae

Please sign in to comment.