mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +08:00
Rename variable
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
6207a96a29
commit
c5d09c0e2c
@ -48,7 +48,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
}
|
||||
};
|
||||
|
||||
LevelInfo.BindValueChanged(user => updateLevel(user.NewValue));
|
||||
LevelInfo.BindValueChanged(level => updateLevel(level.NewValue));
|
||||
}
|
||||
|
||||
private void updateLevel(UserStatistics.LevelInfo? levelInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user