Add testcases

This commit is contained in:
smoogipoo
2018-06-21 19:31:07 +09:00
parent 63a6fc2596
commit 1932399521
3 changed files with 143 additions and 2 deletions

View File

@ -48,6 +48,11 @@ namespace osu.Game.Audio
/// </summary>
public bool TrackLoaded => track?.IsLoaded ?? false;
/// <summary>
/// Whether the track is playing.
/// </summary>
public bool IsRunning => track?.IsRunning ?? false;
protected override void Update()
{
base.Update();