diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-02 18:32:44 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-02 18:32:44 -0700 |
| commit | d16350ccfa8f59cbb919ffc208f481958e6371fe (patch) | |
| tree | 8671169772154ef0384c4be658cfa502d33c8fd2 | |
| parent | 33209b34e2d6b9af2fbc3cd0886a3eb76479a9d2 (diff) | |
idk why this was off
| -rw-r--r-- | pbr.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
