mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Remove no longer necessary FinishTransforms(true)
call
As the component no longer has any transition transforms applied.
This commit is contained in:
parent
6cc678f497
commit
8b4e6d2911
@ -100,7 +100,6 @@ namespace osu.Game.Screens.Ranking.Expanded
|
|||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
Current.BindValueChanged(_ => updateDisplay(), true);
|
Current.BindValueChanged(_ => updateDisplay(), true);
|
||||||
FinishTransforms(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateDisplay()
|
private void updateDisplay()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user