summaryrefslogtreecommitdiffstats
path: root/brdf.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'brdf.cginc')
-rwxr-xr-xbrdf.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brdf.cginc b/brdf.cginc
index d9443ed..38aec90 100755
--- a/brdf.cginc
+++ b/brdf.cginc
@@ -243,7 +243,7 @@ float4 brdf(Pbr pbr, LightData data, out BrdfData bd) {
#endif
diffuse *= data.common.ao;
- //specular *= data.common.spec_ao;
+ specular *= data.common.spec_ao;
#if defined(_EMISSIONS) && defined(FORWARD_BASE_PASS)
float3 emission = pbr.emission;