I don't like this renaming.

This commit is contained in:
smoogipooo
2017-03-14 12:54:09 +09:00
parent f50e0bbf3c
commit 99c23d8715
7 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ namespace osu.Game.Modes.UI
protected HitRenderer(Beatmap beatmap)
{
Beatmap = CreateBeatmapConverter().ConvertBeatmap(beatmap);
Beatmap = CreateBeatmapConverter().Convert(beatmap);
RelativeSizeAxes = Axes.Both;