First Contact - Revert Offbeat to OnBeat Live

This commit is contained in:
Mytiaoga 2022-07-11 14:06:30 +08:00
parent 86b8766259
commit e80c9dc3fa
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace HeavenStudio.Games
private void Update() private void Update()
{ {
//This is taken from the conductor script //This is taken from the conductor script
if (Conductor.instance.ReportBeat(ref lastReportedBeat, offset: .5f)) if (Conductor.instance.ReportBeat(ref lastReportedBeat))
{ {
liveBar.GetComponent<Animator>().Play("liveBar", 0, 0); liveBar.GetComponent<Animator>().Play("liveBar", 0, 0);
} }