1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 13:32:54 +08:00

Fade MetadataSection back in if non-null Text is set

This commit is contained in:
HoLLy 2018-10-24 18:53:22 +02:00
parent 6019d9e57b
commit 88aca46500

View File

@ -341,6 +341,7 @@ namespace osu.Game.Screens.Select
return;
}
this.FadeIn(transition_duration);
setTextAsync(value);
}
}