Skip to content

Commit

Permalink
fix startAtZero
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed May 19, 2024
1 parent 3497386 commit 8094cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private void callStart(bool startAtZero)
SampleConfirm?.Play();

if (startAtZero)
musicController.SeekTo(0);
musicController.CurrentTrack.SeekAsync(-1000);

this.Exit();
}
Expand Down

0 comments on commit 8094cdb

Please sign in to comment.