Skip to content

Commit

Permalink
Unity 5.5 compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
SlightlyMad committed Dec 10, 2016
1 parent fdde849 commit 5f8b337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/VolumetricLight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class VolumetricLight : MonoBehaviour
public Light Light { get { return _light; } }
public Material VolumetricMaterial { get { return _material; } }

public Vector4[] _frustumCorners = new Vector4[4];
private Vector4[] _frustumCorners = new Vector4[4];

/// <summary>
///
Expand Down

0 comments on commit 5f8b337

Please sign in to comment.