1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Remove weird fade

This commit is contained in:
Bartłomiej Dach 2023-09-11 10:00:44 +02:00
parent 589f56d20c
commit 97665e029b
No known key found for this signature in database

View File

@ -182,8 +182,6 @@ namespace osu.Game.Overlays.Mods
if (!starRatingDisplay.IsPresent)
starRatingDisplay.FinishTransforms(true);
starRatingDisplay.FadeIn(transition_duration);
});
double rate = 1;