Skip to content

Commit

Permalink
Changed plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xyonico committed Aug 3, 2018
1 parent 7f9ed77 commit 4b0ea7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomAvatar/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public string Name

public string Version
{
get { return "3.0"; }
get { return "3.0-beta"; }
}

public static void Log(string message)
Expand Down Expand Up @@ -134,7 +134,7 @@ public void OnUpdate()
}
}

private void SetCameraCullingMask()
private static void SetCameraCullingMask()
{
var mainCamera = Camera.main;
if (mainCamera == null) return;
Expand Down

0 comments on commit 4b0ea7c

Please sign in to comment.