mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename SelectedMods -> Mods
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Screens.Play
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
info = new BeatmapMetadataDisplay(Beatmap.Value, SelectedMods.Value)
|
||||
info = new BeatmapMetadataDisplay(Beatmap.Value, Mods.Value)
|
||||
{
|
||||
Alpha = 0,
|
||||
Anchor = Anchor.Centre,
|
||||
|
Reference in New Issue
Block a user