make PreviewPlaying readonly instead of abstract

This commit is contained in:
Jorolf
2017-09-26 12:21:00 +02:00
parent ce4a44000f
commit 1f2a82b7ab
3 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,6 @@ namespace osu.Game.Overlays.Direct
private Box progressBar;
protected override PlayButton PlayButton => playButton;
public override Bindable<bool> PreviewPlaying { get; } = new Bindable<bool>();
[BackgroundDependencyLoader]
private void load(LocalisationEngine localisation, OsuColour colours)