mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Fixes
This commit is contained in:
@ -20,12 +20,7 @@ namespace osu.Game.Screens.Play
|
||||
public bool ShowMods
|
||||
{
|
||||
get { return showMods; }
|
||||
set
|
||||
{
|
||||
if (showMods == value) return;
|
||||
|
||||
showMods = value;
|
||||
}
|
||||
set { showMods = value; }
|
||||
}
|
||||
|
||||
public ModsContainer()
|
||||
@ -34,8 +29,8 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
iconsContainer = new FillFlowContainer<ModIcon>
|
||||
{
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
},
|
||||
|
Reference in New Issue
Block a user