From e80c9dc3faf8ea92a277bc96e2e8893a96fbde46 Mon Sep 17 00:00:00 2001 From: Mytiaoga <32819046+Mytiaoga@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:06:30 +0800 Subject: [PATCH] First Contact - Revert Offbeat to OnBeat Live --- Assets/Scripts/Games/FirstContact/FirstContact.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/FirstContact/FirstContact.cs b/Assets/Scripts/Games/FirstContact/FirstContact.cs index 2ada3050..76d0a400 100644 --- a/Assets/Scripts/Games/FirstContact/FirstContact.cs +++ b/Assets/Scripts/Games/FirstContact/FirstContact.cs @@ -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().Play("liveBar", 0, 0); }