Fix BeatmapTitle not always displaying

This commit is contained in:
Dean Herbert 2019-02-13 14:57:40 +09:00
parent 166cdab2e8
commit 1373e0fad0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public float TextSize
private void updateText()
{
if (!IsLoaded)
if (LoadState < LoadState.Loading)
return;
textFlow.Clear();