mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix Template.Origin
-> Check
This commit is contained in:
@ -112,7 +112,7 @@ namespace osu.Game.Screens.Edit.Verify
|
|||||||
},
|
},
|
||||||
new OsuSpriteText
|
new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = issue.Template.Origin.Metadata.Category.ToString(),
|
Text = issue.Check.Metadata.Category.ToString(),
|
||||||
Font = OsuFont.GetFont(size: text_size, weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(size: text_size, weight: FontWeight.Bold),
|
||||||
Margin = new MarginPadding(10)
|
Margin = new MarginPadding(10)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user