Fixed Fitbit Login screen.

This commit is contained in:
shadow8t4 2018-05-03 20:56:07 -05:00
parent bb225801b9
commit e5f5c08bef
4 changed files with 3 additions and 2 deletions

View file

@ -73,7 +73,7 @@ namespace Assets.Scripts.Fitbit
{
_bFirstFire = false;
}
GUI.Label(new Rect(10, 10, 100, 20), "Calories: " + _fitbitData.CurrentCalories);
//GUI.Label(new Rect(10, 10, 100, 20), "Calories: " + _fitbitData.CurrentCalories);
}
public void LoginToFitbit()

View file

@ -78,7 +78,8 @@ public class NavigationManager : MonoBehaviour
{
string currentscene = SceneManager.GetActiveScene ().name;
switch(currentscene) {
switch(currentscene)
{
case "Main":
Application.Quit();
break;