Fix usages of SpriteText (instead of OsuSpriteText)

This commit is contained in:
Dean Herbert
2019-05-21 14:13:52 +09:00
parent 2cf43dc4d4
commit 4ac2acbfc0
8 changed files with 15 additions and 12 deletions

View File

@ -83,7 +83,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Both,
},
date = new SpriteText
date = new OsuSpriteText
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,