mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
CI fixes
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Screens.Play
|
||||
showMods = value;
|
||||
if (!showMods) Hide();
|
||||
}
|
||||
get { return ShowMods; }
|
||||
get { return showMods; }
|
||||
}
|
||||
|
||||
public ModsContainer()
|
||||
|
Reference in New Issue
Block a user