mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:12:56 +08:00
Remove useless calls
This commit is contained in:
parent
d10dcd82bc
commit
28167388d6
@ -101,7 +101,6 @@ namespace osu.Game.Overlays.Profile
|
||||
// use logarithmic coordinates
|
||||
graph.Values = ranks.Select(x => -(float)Math.Log(x));
|
||||
graph.SetStaticBallPosition();
|
||||
updateRankTexts();
|
||||
}
|
||||
}
|
||||
|
||||
@ -130,7 +129,6 @@ namespace osu.Game.Overlays.Profile
|
||||
protected override void OnHoverLost(InputState state)
|
||||
{
|
||||
graph.HideBall();
|
||||
updateRankTexts();
|
||||
base.OnHoverLost(state);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user