Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
xyonico committed Aug 8, 2018
1 parent 9765f1f commit f49d476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CustomAvatar/AvatarBehaviour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class AvatarBehaviour : MonoBehaviour
private Transform _right;

private Vector3 _prevBodyPos;

public void Init(IAvatarInput avatarInput)
{
_avatarInput = avatarInput;
Expand Down
3 changes: 1 addition & 2 deletions CustomAvatar/PlayerAvatarInput.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using UnityEngine;
using UnityEngine.XR;
using UnityEngine.XR;

namespace CustomAvatar
{
Expand Down
4 changes: 2 additions & 2 deletions CustomAvatar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyVersion("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]

0 comments on commit f49d476

Please sign in to comment.