summaryrefslogtreecommitdiffstats
path: root/pbr.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'pbr.cginc')
-rw-r--r--pbr.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr.cginc b/pbr.cginc
index d575093..002c387 100644
--- a/pbr.cginc
+++ b/pbr.cginc
@@ -346,7 +346,7 @@ float4 getLitColor(
screenPos = float4(i.screenPos, 0, i.pos.w);
#endif
-#if 1
+#if 0
float reflection_strength = _ReflectionStrength;
#if defined(_REFLECTION_STRENGTH_TEX)
reflection_strength *= _ReflectionStrengthTex.SampleLevel(linear_repeat_s, i.uv0, 0);