summaryrefslogtreecommitdiffstats
path: root/mochie_shadow_caster.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'mochie_shadow_caster.cginc')
-rw-r--r--mochie_shadow_caster.cginc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mochie_shadow_caster.cginc b/mochie_shadow_caster.cginc
index 785c5bd..ea3d8fa 100644
--- a/mochie_shadow_caster.cginc
+++ b/mochie_shadow_caster.cginc
@@ -48,6 +48,9 @@ v2f vert (appdata v){
return (v2f) (0.0 / 0.0);
}
#endif
+#if defined(_GIMMICK_ZWRITE_ABOMINATION)
+ return (v2f) (0.0 / 0.0);
+#endif
#if defined(_GIMMICK_BOX_DISCARD)
if (_Gimmick_Box_Discard_Enable_Static) {
float3 p = getCenterCamPos();