1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 14:22:54 +08:00

Fix BeatmapTitle not always displaying

This commit is contained in:
Dean Herbert 2019-02-13 14:57:40 +09:00
parent 166cdab2e8
commit 1373e0fad0

View File

@ -48,7 +48,7 @@ namespace osu.Game.Screens.Multi.Components
private void updateText() private void updateText()
{ {
if (!IsLoaded) if (LoadState < LoadState.Loading)
return; return;
textFlow.Clear(); textFlow.Clear();