Example #1
0
 private void FixedUpdate()
 {
     if (music.isPlaying)
     {
         viewManager.UpdateIndicator(SongLength, CurrentTime);
         gestureController.Proof(CurrentTime);
     }
 }