1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

remove manual update

misunderstood that earlier
This commit is contained in:
chrisny286 2019-01-23 04:05:03 +01:00
parent fe5d34a657
commit 260011fc13

View File

@ -94,7 +94,6 @@ namespace osu.Game.Graphics.UserInterface
protected override void LoadComplete() protected override void LoadComplete()
{ {
updateTooltipText(Current.Value);
base.LoadComplete(); base.LoadComplete();
CurrentNumber.BindValueChanged(updateTooltipText, true); CurrentNumber.BindValueChanged(updateTooltipText, true);
} }