1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Remove redundant font set

This commit is contained in:
Dean Herbert 2019-06-27 15:31:36 +09:00
parent b397652af4
commit 25499f74a7

View File

@ -1,4 +1,4 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Graphics;
@ -73,7 +73,6 @@ namespace osu.Game.Overlays.Profile.Header.Components
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Text = value.Name,
Font = OsuFont.GetFont()
},
icon = new SpriteIcon
{