Skip to content

Commit 6a029f3

Browse files
updated access modifiers in NearPlaneFade.cs
1 parent 55f4d72 commit 6a029f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/HoloToolkit/Utilities/Scripts/NearPlaneFade.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ public class NearPlaneFade : MonoBehaviour
2020

2121
private int fadeDistancePropertyID;
2222

23-
void Awake()
23+
private void Awake()
2424
{
2525
fadeDistancePropertyID = Shader.PropertyToID("_NearPlaneFadeDistance");
2626
UpdateShaderParams();
2727
}
2828

29-
void OnValidate()
29+
private void OnValidate()
3030
{
3131
UpdateShaderParams();
3232
}
@@ -54,4 +54,4 @@ private void UpdateShaderParams()
5454
}
5555
}
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)