mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Simplify DT/HT/NC/DC
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override void ApplyToClock(IAdjustableClock clock)
|
||||
{
|
||||
if (clock is IHasPitchAdjust pitchAdjust)
|
||||
pitchAdjust.PitchAdjust = 1.5;
|
||||
pitchAdjust.PitchAdjust *= RateAdjust;
|
||||
else
|
||||
base.ApplyToClock(clock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user