diff --git a/Assets/Scripts/Games/FirstContact/FirstContact.cs b/Assets/Scripts/Games/FirstContact/FirstContact.cs index 2ada30506..76d0a4003 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); }