mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +08:00
Remove no longer necessary FinishTransforms(true) call
As the component no longer has any transition transforms applied.
This commit is contained in:
@@ -100,7 +100,6 @@ namespace osu.Game.Screens.Ranking.Expanded
|
||||
base.LoadComplete();
|
||||
|
||||
Current.BindValueChanged(_ => updateDisplay(), true);
|
||||
FinishTransforms(true);
|
||||
}
|
||||
|
||||
private void updateDisplay()
|
||||
|
||||
Reference in New Issue
Block a user