1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 00:12:28 +08:00

Fix scores being initially visible incorrectly in gameplay screen

This commit is contained in:
Bartłomiej Dach
2021-04-03 21:46:34 +02:00
Unverified
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();
}