mirror of
https://github.com/ppy/osu.git
synced 2025-02-02 05:42:55 +08:00
Use local variable for metadata instead
This commit is contained in:
parent
592d8cbd13
commit
d18b21ba32
@ -163,7 +163,7 @@ namespace osu.Game.Screens.Ranking.Expanded
|
|||||||
}.With(t =>
|
}.With(t =>
|
||||||
{
|
{
|
||||||
t.AddText("mapped by ");
|
t.AddText("mapped by ");
|
||||||
t.AddText(score.Beatmap.Metadata.Author.Username, s => s.Font = s.Font.With(weight: FontWeight.SemiBold));
|
t.AddText(metadata.Author.Username, s => s.Font = s.Font.With(weight: FontWeight.SemiBold));
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user