mirror of
https://github.com/ppy/osu
synced 2025-01-06 14:20:03 +00:00
Do not transition to result screen
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user