diff --git a/Assets/Scripts/TitleManager.cs b/Assets/Scripts/TitleManager.cs index 0c8949137..4968cddc1 100644 --- a/Assets/Scripts/TitleManager.cs +++ b/Assets/Scripts/TitleManager.cs @@ -63,7 +63,7 @@ namespace HeavenStudio } if (songPosBeat >= targetBopBeat) { - if (targetBopBeat > 4) logoAnim.Play("LogoBop", 0, 0); + if (targetBopBeat > 4 || loops > 0) logoAnim.Play("LogoBop", 0, 0); targetBopBeat += 1; } }