mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 22:22:56 +08:00
Tab character
This commit is contained in:
parent
aa9a636c3c
commit
7a4b476121
@ -176,7 +176,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private string pluralize(string prefix, int value)
|
private string pluralize(string prefix, int value)
|
||||||
{
|
{
|
||||||
return $@"{value} {prefix}" + (value == 1 ? string.Empty : @"s");
|
return $@"{value} {prefix}" + (value == 1 ? string.Empty : @"s");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void recreatePanels(PanelDisplayStyle displayStyle)
|
private void recreatePanels(PanelDisplayStyle displayStyle)
|
||||||
|
Loading…
Reference in New Issue
Block a user