Remove "Unranked" text from ModDisplay

This commit is contained in:
Dean Herbert
2021-06-09 13:45:09 +09:00
parent 249a8f259b
commit 7774344f0e
9 changed files with 2 additions and 28 deletions

View File

@ -37,7 +37,6 @@ namespace osu.Game.Screens.Select
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
DisplayUnrankedText = false,
Scale = new Vector2(0.8f),
ExpansionMode = ExpansionMode.AlwaysContracted,
});