mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix judgement text never being added to hierarchy
This commit is contained in:
@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Judgements
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
JudgementText = CreateJudgementText();
|
||||
AddInternal(JudgementText = CreateJudgementText());
|
||||
|
||||
JudgementText.Colour = colours.ForHitResult(Result);
|
||||
JudgementText.Text = Result.GetDescription().ToUpperInvariant();
|
||||
|
Reference in New Issue
Block a user