From d16350ccfa8f59cbb919ffc208f481958e6371fe Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 2 Nov 2024 18:32:44 -0700 Subject: idk why this was off --- pbr.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbr.cginc') diff --git a/pbr.cginc b/pbr.cginc index be485d5..d795267 100644 --- a/pbr.cginc +++ b/pbr.cginc @@ -347,7 +347,7 @@ float4 getLitColor( screenPos = float4(i.screenPos, 0, i.pos.w); #endif -#if 0 +#if 1 float reflection_strength = _ReflectionStrength; #if defined(_REFLECTION_STRENGTH_TEX) reflection_strength *= _ReflectionStrengthTex.SampleLevel(linear_repeat_s, i.uv0, 0); -- cgit v1.2.3