Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 0307923

Browse files
committed
Fixed AO/Fog rendering order issue
1 parent 254d2cf commit 0307923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Components/FogComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public override DepthTextureMode GetCameraFlags()
3838

3939
public override CameraEvent GetCameraEvent()
4040
{
41-
return CameraEvent.BeforeImageEffectsOpaque;
41+
return CameraEvent.AfterImageEffectsOpaque;
4242
}
4343

4444
public override void PopulateCommandBuffer(CommandBuffer cb)

0 commit comments

Comments
 (0)