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

Commit f2e7118

Browse files
committed
Cleanup
1 parent 7bc8a8a commit f2e7118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PostProcessing/Runtime/Components/GrainComponent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ static class Uniforms
66
{
77
internal static readonly int _Grain_Params1 = Shader.PropertyToID("_Grain_Params1");
88
internal static readonly int _Grain_Params2 = Shader.PropertyToID("_Grain_Params2");
9-
internal static readonly int _GrainTex = Shader.PropertyToID("_GrainTex");
10-
internal static readonly int _Phase = Shader.PropertyToID("_Phase");
9+
internal static readonly int _GrainTex = Shader.PropertyToID("_GrainTex");
10+
internal static readonly int _Phase = Shader.PropertyToID("_Phase");
1111
}
1212

1313
public override bool active

0 commit comments

Comments
 (0)