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

Commit 4e56a71

Browse files
committed
Fix for unassigned variable warning
1 parent 30797a7 commit 4e56a71

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)