summaryrefslogtreecommitdiffstats
path: root/Shaders
diff options
context:
space:
mode:
Diffstat (limited to 'Shaders')
-rw-r--r--Shaders/TaSTT_lighting_template.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shaders/TaSTT_lighting_template.cginc b/Shaders/TaSTT_lighting_template.cginc
index 4fed35e..d2d4005 100644
--- a/Shaders/TaSTT_lighting_template.cginc
+++ b/Shaders/TaSTT_lighting_template.cginc
@@ -531,7 +531,7 @@ fixed4 frag(v2f i) : SV_Target
return light(i, margin_effect(i));
}
if (InMarginRounding(uv, uv_margin, Margin_Rounding_Scale, /*interior=*/false)) {
- return light(i, fixed4(0, 0, 0, 0));
+ return fixed4(0, 0, 0, 0);
}
}
if (InMargin(uv, uv_margin)) {