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:
parent
166cdab2e8
commit
1373e0fad0
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user