diff --git a/Templates/Full/game/shaders/common/lighting.hlsl b/Templates/Full/game/shaders/common/lighting.hlsl index a2081bbe8..f394a301f 100644 --- a/Templates/Full/game/shaders/common/lighting.hlsl +++ b/Templates/Full/game/shaders/common/lighting.hlsl @@ -407,6 +407,5 @@ float4 computeForwardProbes(Surface surface, float3 diffuse = kD * irradiance * surface.baseColor.rgb; float4 finalColor = float4(diffuse + specular * surface.ao, 1.0); - finalColor = float4(irradiance.rgb,1); return finalColor; } \ No newline at end of file