Use tabs instead of spaces. Remove new lines

This commit is contained in:
yutopp
2019-01-23 22:33:54 +09:00
parent 69ff1c7fa9
commit f5ae88c071

View File

@@ -41,12 +41,11 @@
fixed4 frag(v2f i) : SV_Target
{
half4 col = tex2D(_MainTex, i.uv);
#if defined(UNITY_NO_DXT5nm)
// This is a trick from UnpackNormal in UnityCG.cginc !!!!
return col;
// This is a trick from UnpackNormal in UnityCG.cginc !!!!
return col;
#endif
half4 normal;