diff --git a/Assets/Scripts/Util/Sound.cs b/Assets/Scripts/Util/Sound.cs index 6700e71b5..99e33851f 100644 --- a/Assets/Scripts/Util/Sound.cs +++ b/Assets/Scripts/Util/Sound.cs @@ -79,7 +79,7 @@ namespace RhythmHeavenMania.Util if (loopIndex < 1) { - if (looping && loopEndBeat != -1) + if (looping && loopEndBeat != -1) // Looping sounds play forever unless params are set. { if (Conductor.instance.songPositionInBeats > loopEndBeat) {