mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 08:47:37 +02:00
Forgot a playIndex comparison whoops
This commit is contained in:
@ -51,7 +51,7 @@ namespace RhythmHeavenMania.Util
|
||||
{
|
||||
if (scheduled)
|
||||
{
|
||||
if (AudioSettings.dspTime > scheduledTime)
|
||||
if (AudioSettings.dspTime > scheduledTime && playIndex < 1)
|
||||
{
|
||||
StartCoroutine(NotRelyOnBeatSound());
|
||||
playIndex++;
|
||||
|
Reference in New Issue
Block a user