mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Remove redundant font set
This commit is contained in:
parent
b397652af4
commit
25499f74a7
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user