mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Unpause music when changing selection at song select
This commit is contained in:
@ -92,6 +92,15 @@ namespace osu.Game.Overlays
|
||||
});
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Start playing the current track (if not already playing).
|
||||
/// </summary>
|
||||
public void Play()
|
||||
{
|
||||
if (!IsPlaying)
|
||||
TogglePause();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Toggle pause / play.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user