1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:19:54 +08:00

Do not transition to result screen

This commit is contained in:
Bartłomiej Dach
2020-03-08 14:08:49 +01:00
Unverified
parent d5dda05d98
commit cc5cae4db9
@@ -36,6 +36,11 @@ namespace osu.Game.Tests.Visual
private class PerfectModTestPlayer : TestPlayer
{
public PerfectModTestPlayer()
: base(showResults: false)
{
}
protected override bool AllowFail => true;
public bool CheckFailed(bool failed)