Revert unnecessary change

This commit is contained in:
smoogipoo 2020-08-05 21:21:14 +09:00
parent e9fc783b1d
commit 11a6c9bdcc
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ protected override void Update()
beatmap = Beatmap.Value.Beatmap;
}
if (track != null && beatmap != null && musicController.IsPlaying && track.Length > 0)
if (track != null && beatmap != null && track.IsRunning && track.Length > 0)
{
currentTrackTime = track.CurrentTime + EarlyActivationMilliseconds;