mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:57:37 +02:00
A comment
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user