Merge branch 'fix-nested-folder-migration-endless-copy' into migration-ui

This commit is contained in:
Dean Herbert
2020-05-15 13:04:16 +09:00
13 changed files with 62 additions and 24 deletions

View File

@ -33,7 +33,8 @@ namespace osu.Game.Tests.Visual.Gameplay
{
public new ScoreProcessor ScoreProcessor => base.ScoreProcessor;
public new HUDOverlay HUDOverlay => base.HUDOverlay;
public new bool AllowFail => base.AllowFail;
public bool AllowFail => base.CheckModsAllowFailure();
protected override bool PauseOnFocusLost => false;