mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Fix player loader not accepting star difficulty updates after display
This commit is contained in:
@ -197,7 +197,6 @@ namespace osu.Game.Screens.Play
|
||||
starRatingDisplay.Show();
|
||||
}
|
||||
else
|
||||
{
|
||||
starRatingDisplay.Hide();
|
||||
|
||||
starDifficulty.ValueChanged += d =>
|
||||
@ -212,7 +211,6 @@ namespace osu.Game.Screens.Play
|
||||
starRatingDisplay.FadeIn(300, Easing.InQuint);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
private class MetadataLineLabel : OsuSpriteText
|
||||
{
|
||||
|
Reference in New Issue
Block a user