diff --git a/features/Tree LOD Lighting/Shaders/DistantTree.hlsl b/features/Tree LOD Lighting/Shaders/DistantTree.hlsl index 90cb50a5f..0c042d387 100644 --- a/features/Tree LOD Lighting/Shaders/DistantTree.hlsl +++ b/features/Tree LOD Lighting/Shaders/DistantTree.hlsl @@ -95,7 +95,7 @@ struct PS_OUTPUT #ifdef PSHADER SamplerState SampDiffuse : register(s0); - +SamplerState SampShadowMaskSampler : register(s14); Texture2D TexDiffuse : register(t0); cbuffer AlphaTestRefCB : register(b11)