diff options
Diffstat (limited to 'pbr.cginc')
| -rw-r--r-- | pbr.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -462,7 +462,9 @@ float4 getLitColor( #endif #endif +#if defined(_UNITY_FOG) UNITY_APPLY_FOG(i.fogCoord, pbr.rgb); +#endif return float4(pbr.rgb, albedo.a); } |
