From b1e70bc64b116ffa1c446feb098f757f25461964 Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Wed, 9 Mar 2022 21:00:57 -0700 Subject: [PATCH] A comment --- Assets/Scripts/Util/Sound.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Util/Sound.cs b/Assets/Scripts/Util/Sound.cs index 6700e71b..99e33851 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) {