mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 11:27:24 +08:00
Remove unused method
This commit is contained in:
parent
af4d4b529f
commit
1431ee1867
@ -33,10 +33,6 @@ namespace osu.Game.Rulesets.Difficulty
|
|||||||
TimeRate = clock.Rate;
|
TimeRate = clock.Rate;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual void PreprocessHitObjects()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates all <see cref="Mod"/> combinations which adjust the <see cref="Beatmap"/> difficulty.
|
/// Creates all <see cref="Mod"/> combinations which adjust the <see cref="Beatmap"/> difficulty.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user