From 8382a97b72e38aa47fab4106a8e81b39c0e8d1c1 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 24 May 2020 16:16:17 -0700 Subject: [PATCH] I guess that doesnt do anything. odd --- Assets/Shaders/DecalsCommon.cginc | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Shaders/DecalsCommon.cginc b/Assets/Shaders/DecalsCommon.cginc index b7c246b..542077c 100644 --- a/Assets/Shaders/DecalsCommon.cginc +++ b/Assets/Shaders/DecalsCommon.cginc @@ -148,7 +148,6 @@ fixed4 frag_forward(v2f IN) : SV_Target o.Alpha = 0.0; o.Gloss = 0.0; o.Normal = fixed3(0,0,1); - fixed3 normalWorldVertex = fixed3(0,0,1); // call surface function surf(i, o);