mirror of
https://github.com/osukey/osukey.git
synced 2025-07-28 22:00:02 +09:00
Merge pull request #18984 from frenzibyte/fix-player-star-difficulty-display
Fix replays showing incorrect star difficulty on load
This commit is contained in:
@ -197,7 +197,6 @@ namespace osu.Game.Screens.Play
|
|||||||
starRatingDisplay.Show();
|
starRatingDisplay.Show();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
starRatingDisplay.Hide();
|
starRatingDisplay.Hide();
|
||||||
|
|
||||||
starDifficulty.ValueChanged += d =>
|
starDifficulty.ValueChanged += d =>
|
||||||
@ -212,7 +211,6 @@ namespace osu.Game.Screens.Play
|
|||||||
starRatingDisplay.FadeIn(300, Easing.InQuint);
|
starRatingDisplay.FadeIn(300, Easing.InQuint);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private class MetadataLineLabel : OsuSpriteText
|
private class MetadataLineLabel : OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user