diff --git a/osu.Game/Overlays/MusicController.cs b/osu.Game/Overlays/MusicController.cs
index 6d5b5d43cd..c831584248 100644
--- a/osu.Game/Overlays/MusicController.cs
+++ b/osu.Game/Overlays/MusicController.cs
@@ -382,6 +382,12 @@ namespace osu.Game.Overlays
}
}
+ ///
+ /// Resets the speed adjustments currently applied on and applies the mod adjustments if is true.
+ ///
+ ///
+ /// Does not reset speed adjustments applied directly to the beatmap track.
+ ///
public void ResetTrackAdjustments()
{
CurrentTrack.ResetSpeedAdjustments();