1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 03:43:00 +08:00

Fix mistake

This commit is contained in:
Thomas Tan 2018-01-26 04:02:35 +08:00
parent b04e2cbb5c
commit 469b13441b

View File

@ -19,7 +19,7 @@ namespace osu.Game.Beatmaps
public abstract class DifficultyCalculator<T> : DifficultyCalculator where T : HitObject
{
protected Beatmap<T> Beatmap;
protected readonly Beatmap<T> Beatmap;
protected readonly Mod[] Mods;
protected DifficultyCalculator(Beatmap beatmap, Mod[] mods = null)