mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Expose as IBindable for added safety
This commit is contained in:
@ -24,7 +24,8 @@ namespace osu.Game.Overlays.BeatmapSet.Buttons
|
||||
private readonly PlayButton playButton;
|
||||
|
||||
private PreviewTrack preview => playButton.Preview;
|
||||
public Bindable<bool> Playing => playButton.Playing;
|
||||
|
||||
public IBindable<bool> Playing => playButton.Playing;
|
||||
|
||||
public BeatmapSetInfo BeatmapSet
|
||||
{
|
||||
|
Reference in New Issue
Block a user