mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 01:33:22 +08:00
Add missing function to MusicController
This commit is contained in:
parent
c9e44e5e34
commit
5cad2b2192
@ -559,5 +559,10 @@ namespace osu.Game.Overlays
|
||||
play();
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns whether the current beatmap track is playing.
|
||||
/// </summary>
|
||||
public bool IsPlaying => beatmap.Value.Track.IsRunning;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user