mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Add xmldoc to MusicController.ResetTrackAdjustments()
This commit is contained in:
parent
f793bf66e5
commit
555b2196b7
@ -382,6 +382,12 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Resets the speed adjustments currently applied on <see cref="CurrentTrack"/> and applies the mod adjustments if <see cref="AllowRateAdjustments"/> is <c>true</c>.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Does not reset speed adjustments applied directly to the beatmap track.
|
||||
/// </remarks>
|
||||
public void ResetTrackAdjustments()
|
||||
{
|
||||
CurrentTrack.ResetSpeedAdjustments();
|
||||
|
Loading…
Reference in New Issue
Block a user