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

Commit f70f076

Browse files
authored
Removed double linebreak
1 parent 66ec4d2 commit f70f076

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PostProcessing/Runtime/Components/ColorGradingComponent.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ static class Uniforms
3333
const float k_CurveStep = 1f / k_CurvePrecision;
3434

3535
Texture2D m_GradingCurves;
36-
37-
3836
Color[] m_pixels = new Color[k_CurvePrecision * 2];
3937

4038
public override bool active

0 commit comments

Comments
 (0)