summaryrefslogtreecommitdiffstats
path: root/2ner.cginc
diff options
context:
space:
mode:
Diffstat (limited to '2ner.cginc')
-rw-r--r--2ner.cginc1
1 files changed, 1 insertions, 0 deletions
diff --git a/2ner.cginc b/2ner.cginc
index 4b74666..d8bc010 100644
--- a/2ner.cginc
+++ b/2ner.cginc
@@ -274,6 +274,7 @@ float4 frag(v2f i
UNITY_EXTRACT_FOG_FROM_EYE_VEC(i);
UNITY_APPLY_FOG(_unity_fogCoord, lit.rgb);
+
return lit;
#elif defined(SHADOW_CASTER_PASS) || defined(MASKED_STENCIL1_PASS) || defined(MASKED_STENCIL2_PASS) || defined(MASKED_STENCIL3_PASS) || defined(MASKED_STENCIL4_PASS)
return 0;