mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08:00
Fix BeatmapTitle not always displaying
This commit is contained in:
parent
166cdab2e8
commit
1373e0fad0
@ -48,7 +48,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
|
||||
private void updateText()
|
||||
{
|
||||
if (!IsLoaded)
|
||||
if (LoadState < LoadState.Loading)
|
||||
return;
|
||||
|
||||
textFlow.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user