mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +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 (loopIndex < 1)
|
||||||
{
|
{
|
||||||
if (looping && loopEndBeat != -1)
|
if (looping && loopEndBeat != -1) // Looping sounds play forever unless params are set.
|
||||||
{
|
{
|
||||||
if (Conductor.instance.songPositionInBeats > loopEndBeat)
|
if (Conductor.instance.songPositionInBeats > loopEndBeat)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue