mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
Forgot a playIndex comparison whoops
This commit is contained in:
parent
5363eb9ee5
commit
1ca1177974
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace RhythmHeavenMania.Util
|
|||
{
|
||||
if (scheduled)
|
||||
{
|
||||
if (AudioSettings.dspTime > scheduledTime)
|
||||
if (AudioSettings.dspTime > scheduledTime && playIndex < 1)
|
||||
{
|
||||
StartCoroutine(NotRelyOnBeatSound());
|
||||
playIndex++;
|
||||
|
|
Loading…
Reference in a new issue