From 0f80dce0624539eb48cf356c86b0a605a6396209 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 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) {