mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Remove unnecessary score nulling (already happens in PlaceholderState_Set)
This commit is contained in:
parent
a27f39a555
commit
188c8ce1e7
@ -293,8 +293,6 @@ namespace osu.Game.Screens.Select.Leaderboards
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Scores = null;
|
|
||||||
|
|
||||||
placeholderContainer.Child = placeholder;
|
placeholderContainer.Child = placeholder;
|
||||||
|
|
||||||
placeholder.ScaleTo(0.8f).Then().ScaleTo(1, fade_duration * 3, Easing.OutQuint);
|
placeholder.ScaleTo(0.8f).Then().ScaleTo(1, fade_duration * 3, Easing.OutQuint);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user