mirror of
https://github.com/ppy/osu
synced 2025-02-21 04:57:11 +00:00
Fix Template.Origin
-> Check
This commit is contained in:
parent
7c4f6d2b62
commit
1c69829ad4
@ -112,7 +112,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = issue.Template.Origin.Metadata.Category.ToString(),
|
||||
Text = issue.Check.Metadata.Category.ToString(),
|
||||
Font = OsuFont.GetFont(size: text_size, weight: FontWeight.Bold),
|
||||
Margin = new MarginPadding(10)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user