mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Remove pointless comment
This commit is contained in:
parent
ff7f65de27
commit
95a40c5dc5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user