Allow using back button on PlayerLoader and Replay

This commit is contained in:
Dean Herbert
2018-05-18 13:30:36 +09:00
parent 1cda5f4de9
commit e2389ad7a4
3 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,8 @@ namespace osu.Game.Screens.Play
public bool AllowLeadIn { get; set; } = true;
public bool AllowResults { get; set; } = true;
protected override bool AllowBackButton => false;
private Bindable<bool> mouseWheelDisabled;
private Bindable<double> userAudioOffset;