playerpref steps
This commit is contained in:
parent
37a6524ae2
commit
fe61c6fc49
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class GetGoals : MonoBehaviour {
|
|||
pedometer = new Pedometer(OnStep);
|
||||
// Reset UI
|
||||
|
||||
OnStep(savedSteps, 0);
|
||||
OnStep(0, 0);
|
||||
Debug.Log(savedSteps);
|
||||
|
||||
|
||||
|
|
Reference in a new issue