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

Commit fe33f46

Browse files
authored
Merge pull request #52 from Kink3d/Fix-for-Issue-#47
Fix for Issue #47
2 parents 30797a7 + 4e56a71 commit fe33f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/PostProcessingBehaviour.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class PostProcessingBehaviour : MonoBehaviour
2727
Camera m_Camera;
2828
PostProcessingProfile m_PreviousProfile;
2929

30-
bool m_RenderingInSceneView;
30+
bool m_RenderingInSceneView = false;
3131
RenderTexture m_JitteredDepthHistory;
3232

3333
// Effect components

0 commit comments

Comments
 (0)