mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Fix default judgement text mispositioned for one frame
This commit is contained in:
parent
dd809df076
commit
d5878db615
@ -37,6 +37,8 @@ namespace osu.Game.Rulesets.Judgements
|
||||
{
|
||||
JudgementText = new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Text = Result.GetDescription().ToUpperInvariant(),
|
||||
Colour = colours.ForHitResult(Result),
|
||||
Font = OsuFont.Numeric.With(size: 20),
|
||||
|
Loading…
Reference in New Issue
Block a user