mirror of https://github.com/ppy/osu
Fix judgement text never being added to hierarchy
This commit is contained in:
parent
f973befcd4
commit
80de5dac66
|
@ -27,7 +27,7 @@ protected JudgementPiece(HitResult result)
|
|||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
JudgementText = CreateJudgementText();
|
||||
AddInternal(JudgementText = CreateJudgementText());
|
||||
|
||||
JudgementText.Colour = colours.ForHitResult(Result);
|
||||
JudgementText.Text = Result.GetDescription().ToUpperInvariant();
|
||||
|
|
Loading…
Reference in New Issue