mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09: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
|
private class PerfectModTestPlayer : TestPlayer
|
||||||
{
|
{
|
||||||
|
public PerfectModTestPlayer()
|
||||||
|
: base(showResults: false)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
protected override bool AllowFail => true;
|
protected override bool AllowFail => true;
|
||||||
|
|
||||||
public bool CheckFailed(bool failed)
|
public bool CheckFailed(bool failed)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user