1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 07:19:54 +08:00

Update doc

This commit is contained in:
Ganendra Afrasya
2019-10-24 10:28:23 +07:00
Unverified
parent c6d4fc8b24
commit d22e12d104
+1 -1
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;