mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 20:54:47 +08:00
Remove pointless comment
This commit is contained in:
@@ -111,7 +111,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
private void applyPitchAdjustment(ValueChangedEvent<bool> adjustPitchSetting)
|
||||
{
|
||||
// remove existing old adjustment
|
||||
track?.RemoveAdjustment(adjustmentForPitchSetting(adjustPitchSetting.OldValue), SpeedChange);
|
||||
|
||||
track?.AddAdjustment(adjustmentForPitchSetting(adjustPitchSetting.NewValue), SpeedChange);
|
||||
|
||||
Reference in New Issue
Block a user