mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09:00
Merge pull request #13519 from ekrctb/fix-player-test
Don't invoke "completed" action for test scene virtual track
This commit is contained in:
commit
dd934c5d3f
@ -350,7 +350,7 @@ namespace osu.Game.Tests.Visual
|
|||||||
if (CurrentTime >= Length)
|
if (CurrentTime >= Length)
|
||||||
{
|
{
|
||||||
Stop();
|
Stop();
|
||||||
RaiseCompleted();
|
// `RaiseCompleted` is not called here to prevent transitioning to the next song.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user