General fixups.

This commit is contained in:
smoogipooo
2017-03-12 01:26:07 +09:00
parent 77a4a896c9
commit 1c7a9e3a07
6 changed files with 10 additions and 13 deletions

View File

@ -12,11 +12,9 @@ namespace osu.Game.Modes.Mania
{
protected override PlayMode PlayMode => PlayMode.Mania;
private int columns;
public ManiaDifficultyCalculator(Beatmap beatmap, int columns = 5) : base(beatmap)
public ManiaDifficultyCalculator(Beatmap beatmap)
: base(beatmap)
{
this.columns = columns;
}
protected override double CalculateInternal(Dictionary<String, String> categoryDifficulty)