1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 07:09:11 +08:00

Convert field to local variable

This commit is contained in:
Tree
2020-02-04 23:09:10 +01:00
committed by GitHub
Unverified
parent b606408667
commit 23d1d3fdf1
+2 -1
View File
@@ -26,7 +26,6 @@ namespace osu.Game.Overlays.BeatmapSet
private readonly Box successRateBackground;
private readonly Box background;
private readonly SuccessRate successRate;
private readonly OsuSpriteText unrankedPlaceholder;
public readonly Bindable<BeatmapSetInfo> BeatmapSet = new Bindable<BeatmapSetInfo>();
@@ -39,6 +38,8 @@ namespace osu.Game.Overlays.BeatmapSet
public Info()
{
MetadataSection source, tags, genre, language;
OsuSpriteText unrankedPlaceholder;
RelativeSizeAxes = Axes.X;
Height = 220;
Masking = true;