mirror of
https://github.com/ppy/osu
synced 2025-01-02 12:22:13 +00:00
Fix scores being initially visible incorrectly in gameplay screen
This commit is contained in:
parent
eb26f6f427
commit
0d9793797f
@ -95,7 +95,11 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
||||
Origin = Anchor.TopRight,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
updateDisplay();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user