mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09: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()
|
public void ResetTrackAdjustments()
|
||||||
{
|
{
|
||||||
CurrentTrack.ResetSpeedAdjustments();
|
CurrentTrack.ResetSpeedAdjustments();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user