1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 14:13:18 +08:00

Update dependency

This commit is contained in:
Andrei Zavatski 2019-12-27 03:53:01 +03:00
parent e360aa4588
commit 25f6517fba

View File

@ -105,9 +105,8 @@ namespace osu.Game.Overlays.Profile
{
public ProfileHeaderTitle()
{
Title = "Player";
Section = "Info";
X = -ICON_WIDTH;
Title = "player";
Section = "info";
}
[BackgroundDependencyLoader]