timeRate -> clockRate

This commit is contained in:
smoogipoo
2019-02-19 14:29:23 +09:00
parent 9d8ba4073c
commit 93b7b51d0a
8 changed files with 30 additions and 30 deletions

View File

@ -146,7 +146,7 @@ namespace osu.Game.Tests.NonVisual
protected override Mod[] DifficultyAdjustmentMods { get; }
protected override DifficultyAttributes Calculate(IBeatmap beatmap, Mod[] mods, double timeRate) => throw new NotImplementedException();
protected override DifficultyAttributes Calculate(IBeatmap beatmap, Mod[] mods, double clockRate) => throw new NotImplementedException();
}
}
}