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