Skip to content

Commit

Permalink
Removed Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Oct 11, 2017
1 parent 47f8df3 commit 0d77cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/BackgroundController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ void Start ()
transform.localScale = new Vector2(width / GetComponent<SpriteRenderer>().bounds.size.x, 1);
transform.position = Camera.main.ViewportToWorldPoint(new Vector3(.5f, .5f, 10));
}

}

0 comments on commit 0d77cea

Please sign in to comment.