From 929d90b56940ed084b3bb12281cd6da59c27dda2 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Fri, 28 Oct 2016 11:52:34 -0400 Subject: [PATCH] GameOver: Remove timer variable --- Assets/Scripts/GameOver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/GameOver.cs b/Assets/Scripts/GameOver.cs index 093229f..96e6bff 100644 --- a/Assets/Scripts/GameOver.cs +++ b/Assets/Scripts/GameOver.cs @@ -7,7 +7,7 @@ using Assets.Scripts.API; public class GameOver : MonoBehaviour { - private float _timer = 0f; +// private float _timer = 0f; private int score = 0; private GameObject _player; -- libgit2 0.27.0