Fix Template.Origin -> Check

This commit is contained in:
Naxess 2021-04-12 15:47:58 +02:00
parent 7c4f6d2b62
commit 1c69829ad4

View File

@ -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)
}