mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
I don't like this renaming.
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Game.Modes.UI
|
||||
|
||||
protected HitRenderer(Beatmap beatmap)
|
||||
{
|
||||
Beatmap = CreateBeatmapConverter().ConvertBeatmap(beatmap);
|
||||
Beatmap = CreateBeatmapConverter().Convert(beatmap);
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
|
Reference in New Issue
Block a user