This commit is contained in:
Thomas Tan
2017-04-29 02:30:34 +08:00
parent 27632434c6
commit d742092d9d
4 changed files with 37 additions and 39 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Replays
#endregion
public AutoGenerator(Beatmap<T> beatmap)
protected AutoGenerator(Beatmap<T> beatmap)
{
Beatmap = beatmap;
}