mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
Forgot a playIndex comparison whoops
This commit is contained in:
parent
6a566c3c63
commit
cbd679f2ce
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