mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Rename variable
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user