mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
A comment
This commit is contained in:
parent
9aeef1a9c3
commit
b1e70bc64b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue