A comment

This commit is contained in:
Jenny Crowe 2022-03-09 21:00:57 -07:00
parent 9aeef1a9c3
commit b1e70bc64b
1 changed files with 1 additions and 1 deletions

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