1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:12:57 +08:00

Update doc

This commit is contained in:
Ganendra Afrasya 2019-10-24 10:28:23 +07:00
parent c6d4fc8b24
commit d22e12d104

View File

@ -155,7 +155,7 @@ namespace osu.Game.Overlays
/// <summary>
/// Play the previous track or restart the current track if it's current time below <see cref="restart_cutoff_point"/>
/// </summary>
/// <returns>Whether the operation was successful.</returns>
/// <returns>The <see cref="PreviousButtonAction"/> that indicate the decided action</returns>
public PreviousButtonAction PrevTrack()
{
var currentTrackPosition = current?.Track.CurrentTime;