mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 03:43:00 +08:00
Fix mistake
This commit is contained in:
parent
b04e2cbb5c
commit
469b13441b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user