A comment

This commit is contained in:
Jenny Crowe 2022-03-09 21:00:57 -07:00
parent 1a90ba28d9
commit 0f80dce062

View file

@ -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)
{