Fix exit scenarios

This commit is contained in:
Dean Herbert
2019-09-19 20:17:58 +09:00
parent ead3ee3b41
commit 50d4206c45
5 changed files with 41 additions and 24 deletions

View File

@ -61,10 +61,7 @@ namespace osu.Game.Tests.Visual.UserInterface
private class TestHoldToConfirmOverlay : ExitConfirmOverlay
{
protected override bool AllowMultipleFires => true;
public void Begin() => BeginConfirm();
public void Abort() => AbortConfirm();
}
}
}