mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-24 02:25:18 +00:00
First Contact - Revert Offbeat to OnBeat Live
This commit is contained in:
parent
23e8a32a87
commit
8caa566890
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace HeavenStudio.Games
|
|||
private void Update()
|
||||
{
|
||||
//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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue