Fixed something
This commit is contained in:
parent
8d42328332
commit
8241aa07a5
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue