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

Commit

Permalink
Fixed FB922630
Browse files Browse the repository at this point in the history
  • Loading branch information
Chman committed Jun 23, 2017
1 parent 904998d commit bb568c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PostProcessing/Runtime/PostProcessingBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ void OnPostRender()
}

// Classic render target pipeline for RT-based effects
// Note that any effect that happens after this stack will work in LDR
[ImageEffectTransformsToLDR]
void OnRenderImage(RenderTexture source, RenderTexture destination)
{
if (profile == null || m_Camera == null)
Expand Down

0 comments on commit bb568c4

Please sign in to comment.