mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:12:56 +08:00
Fix song progress not displaying correctly (#6640)
Fix song progress not displaying correctly Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
commit
3f192ca915
@ -106,6 +106,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
Show();
|
||||
|
||||
replayLoaded.ValueChanged += loaded => AllowSeeking = loaded.NewValue;
|
||||
|
Loading…
Reference in New Issue
Block a user