1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Rename variable

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
StanR 2023-01-16 23:36:50 +03:00 committed by GitHub
parent 6207a96a29
commit c5d09c0e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) private void updateLevel(UserStatistics.LevelInfo? levelInfo)