From 0d77cea6743923c587b040b410197b465c808922 Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 11 Oct 2017 13:07:25 -0400 Subject: [PATCH] Removed Whitespace --- Assets/Scripts/BackgroundController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/BackgroundController.cs b/Assets/Scripts/BackgroundController.cs index ecf1716..a4ae1c9 100644 --- a/Assets/Scripts/BackgroundController.cs +++ b/Assets/Scripts/BackgroundController.cs @@ -11,5 +11,5 @@ void Start () transform.localScale = new Vector2(width / GetComponent().bounds.size.x, 1); transform.position = Camera.main.ViewportToWorldPoint(new Vector3(.5f, .5f, 10)); } - + }