I guess that doesnt do anything. odd

This commit is contained in:
Andrew Cassidy 2020-05-24 16:16:17 -07:00
parent ed2fb2c2bd
commit 8fafe968d2
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

View File

@ -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);