Merge branch 'darrel' of https://github.tamu.edu/shadow8t4/MoChaApp into darrel

This commit is contained in:
asleal2 2018-04-26 13:13:14 -05:00
commit 509dd83b67
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -25,8 +25,8 @@ public class SceneLoader : MonoBehaviour {
SceneManager.LoadScene ("Home");
break;
case "Run":
if (!(SceneManager.GetActiveScene ().name == "StepCounter"))
SceneManager.LoadScene ("StepCounter");
if (!(SceneManager.GetActiveScene ().name == "Goals"))
SceneManager.LoadScene ("Goals");
break;
case "Profile":
if (!(SceneManager.GetActiveScene ().name == "Stats"))