mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-14 13:45: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 (scheduled)
|
||||||
{
|
{
|
||||||
if (AudioSettings.dspTime > scheduledTime)
|
if (AudioSettings.dspTime > scheduledTime && playIndex < 1)
|
||||||
{
|
{
|
||||||
StartCoroutine(NotRelyOnBeatSound());
|
StartCoroutine(NotRelyOnBeatSound());
|
||||||
playIndex++;
|
playIndex++;
|
||||||
|
|
Loading…
Reference in a new issue