1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:33:21 +08:00

Fix song progress not displaying correctly

This commit is contained in:
Dean Herbert 2019-10-28 18:34:58 +09:00
parent 50a1f06ad9
commit 16e33e8bc7

View File

@ -106,6 +106,8 @@ namespace osu.Game.Screens.Play
protected override void LoadComplete()
{
base.LoadComplete();
Show();
replayLoaded.ValueChanged += loaded => AllowSeeking = loaded.NewValue;