mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 01:42:58 +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();
|
play();
|
||||||
return true;
|
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