1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:02:55 +08: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:
Dan Balasescu 2021-06-16 18:25:03 +09:00 committed by GitHub
commit dd934c5d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ namespace osu.Game.Tests.Visual
if (CurrentTime >= Length)
{
Stop();
RaiseCompleted();
// `RaiseCompleted` is not called here to prevent transitioning to the next song.
}
}
}