mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
make PreviewPlaying readonly instead of abstract
This commit is contained in:
@ -27,7 +27,6 @@ namespace osu.Game.Overlays.Direct
|
||||
private Box progressBar;
|
||||
|
||||
protected override PlayButton PlayButton => playButton;
|
||||
public override Bindable<bool> PreviewPlaying { get; } = new Bindable<bool>();
|
||||
|
||||
public DirectGridPanel(BeatmapSetInfo beatmap) : base(beatmap)
|
||||
{
|
||||
|
Reference in New Issue
Block a user