Private set on track for safety

This commit is contained in:
Dean Herbert 2019-11-12 15:13:47 +09:00
parent 712a2f6918
commit 47be20fa37

View File

@ -24,7 +24,7 @@ namespace osu.Game.Audio
/// </summary>
public event Action Started;
protected Track Track;
protected Track Track { get; private set; }
private bool hasStarted;