mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix Template.Origin
-> Check
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user