Do not transition to result screen

This commit is contained in:
Bartłomiej Dach 2020-03-08 14:08:49 +01:00
parent d5dda05d98
commit cc5cae4db9

View File

@ -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)